Remove spaces inside parens.
This commit is contained in:
parent
0e24809681
commit
64f05549eb
1 changed files with 1 additions and 1 deletions
|
|
@ -688,7 +688,7 @@ proc init(options: TOptions) =
|
|||
|
||||
# Now need to write out .babel file with projName and other details
|
||||
|
||||
if (not existsFile( os.getCurrentDir() / fName) and open(f=outFile, filename = fName, mode = fmWrite) ):
|
||||
if (not existsFile(os.getCurrentDir() / fName) and open(f=outFile, filename = fName, mode = fmWrite)):
|
||||
outFile.writeln("[Package]")
|
||||
outFile.writeln("name = \"" & pkgName & "\"")
|
||||
outFile.writeln("version = \"0.01\"")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue