Skip to content

Commit 8c88800

Browse files
committed
Bug fix in init
1 parent 3a5487f commit 8c88800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/ZolangCore/Zolang.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public final class Zolang {
4141
"buildPath": "./.zolang/build/python2.7",
4242
"fileExtension": "py",
4343
"separators": {
44-
"CodeBlock": "\n"
44+
"CodeBlock": "\\n"
4545
}
4646
}
4747
]

0 commit comments

Comments
 (0)