Skip to content

Commit 6986a97

Browse files
committed
docs(quickstart): small tweaks to avoid line wrapping
1 parent dd19866 commit 6986a97

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/quickstart.mld

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,9 @@ struct
167167
let default_severity : t -> Asai.Diagnostic.severity =
168168
function
169169
(* ... *)
170-
| Cool _ -> assert false (* You probably should not create new diagnostics using the cool library's messages. *)
170+
| Cool _ ->
171+
(* You probably should not create new diagnostics using the cool library's messages. *)
172+
assert false
171173

172174
(** A short, concise, ideally Google-able string representation for each message. *)
173175
let short_code : t -> string =

0 commit comments

Comments
 (0)