Skip to content

Commit 8e8b09f

Browse files
committed
Fix style
1 parent 28ad046 commit 8e8b09f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/test_toolargparse.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,12 +156,12 @@
156156
(
157157
"foo with f for long value (large number)",
158158
script_f,
159-
lambda x: [x, "--foo", str(2**31+10)],
159+
lambda x: [x, "--foo", str(2**31 + 10)],
160160
),
161161
(
162162
"foo with f for long value (small number)",
163163
script_f,
164-
lambda x: [x, "--foo", str(-1*(2**31)-10)],
164+
lambda x: [x, "--foo", str(-1 * (2**31) - 10)],
165165
),
166166
(
167167
"foo with g",

0 commit comments

Comments
 (0)