Skip to content

Commit 98bb02a

Browse files
committed
Output the trailing newline.
1 parent 3f44bc7 commit 98bb02a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/jsonschema_suite

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,7 @@ def main(arguments):
219219

220220
with open(filepath, "w") as out_file:
221221
json.dump(schema, out_file, indent=4, sort_keys=True)
222+
out_file.write("\n")
222223
elif arguments.command == "serve":
223224
try:
224225
from flask import Flask, jsonify

0 commit comments

Comments
 (0)