Skip to content

Commit 7b3b283

Browse files
committed
minor format change
1 parent 8296a23 commit 7b3b283

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Lib/test/test_struct.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -751,10 +751,10 @@ def test_error_msg(prefix, int_type, is_unsigned):
751751
test_error_msg(prefix, int_type, False)
752752

753753
int_type = 'N'
754-
test_error_msg("@", int_type, True)
754+
test_error_msg('@', int_type, True)
755755

756756
int_type = 'n'
757-
test_error_msg("@", int_type, False)
757+
test_error_msg('@', int_type, False)
758758

759759
def test_issue98248_error_propagation(self):
760760
class Div0:

0 commit comments

Comments
 (0)