Skip to content

Commit

Permalink
Merge pull request #43 from Jorteck/master
Browse files Browse the repository at this point in the history
nwn_gff: Write line ending without carriage return.
  • Loading branch information
niv authored Dec 15, 2021
2 parents 559c506 + 6d59a0b commit 147ddd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nwn_gff.nim
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ of "json":
let j = state.toJson()
postProcessJson(j)
output.write(if args["--pretty"]: j.pretty() else: $j)
output.write("\c\L")
output.write("\n")
else: quit("Unsupported outformat: " & outformat)

0 comments on commit 147ddd2

Please sign in to comment.