Skip to content

Commit

Permalink
run linter
Browse files Browse the repository at this point in the history
  • Loading branch information
martyall committed Jul 4, 2024
1 parent 2b0acb8 commit d7e7a4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/genesis_ledger_helper/genesis_ledger_helper.ml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ let assert_filehash_equal ~file ~hash ~logger =
else
let%map () = Unix.rename ~src:file ~dst:(file ^ ".incorrect-hash") in
[%log error]
"Verification failure: downloaded $path and expected SHA3-256 = $expected_hash \
but it had $computed_hash"
"Verification failure: downloaded $path and expected SHA3-256 = \
$expected_hash but it had $computed_hash"
~metadata:
[ ("path", `String file)
; ("expected_hash", `String hash)
Expand Down

0 comments on commit d7e7a4a

Please sign in to comment.