Skip to content

Commit

Permalink
Check unformatted commit fails.
Browse files Browse the repository at this point in the history
  • Loading branch information
KFoxder committed Apr 19, 2024
1 parent a7a0d46 commit b83231e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/cfg_lang.ml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ type error = { loc : Location.t; error : string }

exception Error of error

let failwith ~loc error = raise (Error { loc; error = error ^ "\n" })
let failwith ~loc error =
raise (Error { loc; error = error ^ "\n" })

(* let log = Printf.printf *)

Expand Down

0 comments on commit b83231e

Please sign in to comment.