Skip to content

Commit

Permalink
Fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
KFoxder committed Apr 19, 2024
1 parent b83231e commit dd12085
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions config/cfg_lang.ml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ 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 dd12085

Please sign in to comment.