Skip to content

Commit 60b5b4c

Browse files
committed
Remove OCD-triggering space :-)
1 parent 7687eaf commit 60b5b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dune

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,6 @@
9494
(write-file hoped "")
9595
(write-file failed-runs "")
9696
(run cmd /q /c
97-
"for %G in (1,2,3,4, 5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20) do (echo Starting %G-th run && focusedtest.exe -v || echo %G >> failed-runs)")
97+
"for %G in (1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20) do (echo Starting %G-th run && focusedtest.exe -v || echo %G >> failed-runs)")
9898
; edit the previous line to focus on a particular seed
9999
(diff failed-runs hoped)))))

0 commit comments

Comments
 (0)