Skip to content

Commit cd506d6

Browse files
committed
tests/cpydiff/modules_struct_whitespace_in_format: Run black.
This test snuck through without proper formatting and is causing CI for other unrelated changes to fail. Signed-off-by: David Lechner <[email protected]>
1 parent c1f74b3 commit cd506d6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/cpydiff/modules_struct_whitespace_in_format.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
import struct
88

99
try:
10-
print(struct.pack('b b', 1, 2))
11-
print('Should have worked')
10+
print(struct.pack("b b", 1, 2))
11+
print("Should have worked")
1212
except:
13-
print('struct.error')
13+
print("struct.error")

0 commit comments

Comments
 (0)