Skip to content

Commit d0689b9

Browse files
committed
💄 fix formatting
1 parent 34e9d1f commit d0689b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/pythonFiles/debugging/multiThread.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@ def foo(x):
1010
while True:
1111
bar()
1212

13-
threading.Thread(target=lambda: foo(2), name="foo").start()
13+
threading.Thread(target = lambda: foo(2), name="foo").start()
1414
foo(1)

0 commit comments

Comments
 (0)