Skip to content

Commit c1ab125

Browse files
committed
Format
1 parent 55dd8ed commit c1ab125

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

bin/sgen.ml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,8 @@ let watch input_file timeout =
8787
let stat = Unix.stat abs_path in
8888
let current_mtime = stat.Unix.st_mtime in
8989
if Float.(current_mtime > last_mtime) then (
90-
Stdlib.Printf.printf "\n\n--- File changed, re-running (attempt #%d) ---\n%!" attempt;
90+
Stdlib.Printf.printf
91+
"\n\n--- File changed, re-running (attempt #%d) ---\n%!" attempt;
9192
let _ = run_with_timeout input_file timeout in
9293
poll_loop current_mtime (attempt + 1) )
9394
else poll_loop last_mtime attempt

0 commit comments

Comments
 (0)