Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
Jose Nogueira committed Jul 15, 2024
1 parent b4458c9 commit cf981a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/invariant.ml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ let die_if_invariant_fails ~op_string path =
Lwt_list.exists_s
(fun s ->
try%lwt
let%lwt (_decrypted: string) = decrypt_exn ~silence_stderr:true s in
let%lwt (_decrypted : string) = decrypt_exn ~silence_stderr:true s in
Lwt.return false
with _e ->
let%lwt () =
Expand Down

0 comments on commit cf981a4

Please sign in to comment.