Skip to content

Commit 112af9e

Browse files
committed
test: adjust style for python linter (NFC)
Reflow some text to appease the python linter.
1 parent 12f4db3 commit 112af9e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Incremental/Verifier/gen-output-file-map.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ def to_unicode(r):
7474
f.write(to_unicode(json.dumps(all_records, ensure_ascii=False)))
7575

7676
if args.response_output_file is not None:
77-
with io.open(args.response_output_file, 'w', encoding='utf-8', newline='\n') as f:
77+
with io.open(args.response_output_file, 'w',
78+
encoding='utf-8', newline='\n') as f:
7879
for line in response_file_contents:
7980
f.write(to_unicode(line + " "))
8081

0 commit comments

Comments
 (0)