Skip to content

Commit a383dc6

Browse files
committed
align
1 parent afdc6bf commit a383dc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jscomp/ext/warnings.ml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ let message = function
515515
match maybe_text with
516516
| None -> "Todo found."
517517
| Some todo -> "Todo found: " ^ todo
518-
) ^ "\n\nThis code will crash if it's run. Be sure to finish it before running your program."
518+
) ^ "\n\n This code will crash if it's run. Be sure to finish it before running your program."
519519

520520
let sub_locs = function
521521
| Deprecated (_, def, use) ->

0 commit comments

Comments
 (0)