forked from platformio/platformio-core
Fix a space in config header
This commit is contained in:
@ -29,7 +29,7 @@ try:
|
|||||||
except ImportError:
|
except ImportError:
|
||||||
import configparser as ConfigParser
|
import configparser as ConfigParser
|
||||||
|
|
||||||
CONFIG_HEADER = """;PlatformIO Project Configuration File
|
CONFIG_HEADER = """; PlatformIO Project Configuration File
|
||||||
;
|
;
|
||||||
; Build options: build flags, source filter
|
; Build options: build flags, source filter
|
||||||
; Upload options: custom upload port, speed and extra flags
|
; Upload options: custom upload port, speed and extra flags
|
||||||
|
Reference in New Issue
Block a user