fix formatting of the uncovered code
- ID
4474500- date
2021-10-25 07:09:37+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
a11721a- message
fix formatting of the uncovered code- changed files
1 file, 1 addition, 1 deletion
Changed files
concurrently.py (1194) → concurrently.py (1195)
diff --git a/concurrently.py b/concurrently.py
index 3941512..ba0dc73 100644
--- a/concurrently.py
+++ b/concurrently.py
@@ -37,4 +37,4 @@ def concurrently(fn, fn_inputs, *, max_concurrency=5):
def triple(x):
- return x * 3
\ No newline at end of file
+ return x * 3