Skip to content

Commit fac3545

Browse files
committed
[interpreter] Formatting nit
1 parent 3ff86e1 commit fac3545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

interpreter/script/js.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ let of_loc_unquoted at =
676676
Filename.basename at.left.file ^ ":" ^ string_of_int at.left.line
677677

678678
let of_loc at =
679-
of_string(of_loc_unquoted at)
679+
of_string (of_loc_unquoted at)
680680

681681
let of_float z =
682682
match string_of_float z with

0 commit comments

Comments
 (0)