Skip to content

Commit 58c3cce

Browse files
committed
Format code
1 parent 0b1a00e commit 58c3cce

File tree

1 file changed

+3
-1
lines changed
  • betterproto2/tests/conformance

1 file changed

+3
-1
lines changed

betterproto2/tests/conformance/main.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,5 +113,7 @@ def do_test_io():
113113

114114
while True:
115115
if not do_test_io():
116-
print("conformance_python: received EOF from test runner after", test_count, "tests, exiting\n", file=sys.stderr)
116+
print(
117+
"conformance_python: received EOF from test runner after", test_count, "tests, exiting\n", file=sys.stderr
118+
)
117119
sys.exit(0)

0 commit comments

Comments
 (0)