Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Jan 17, 2024
1 parent 7b061fd commit ddc35fa
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion l1-contracts/test/decoders/Decoder.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,9 @@ contract DecoderTest is DecoderBase {
referenceHeader.lastArchive.nextAvailableLeafIndex,
"Invalid lastArchive.nextAvailableLeafIndex"
);
assertEq(header.lastArchive.root, referenceHeader.lastArchive.root, "Invalid lastArchive.root");
assertEq(
header.lastArchive.root, referenceHeader.lastArchive.root, "Invalid lastArchive.root"
);
assertEq(header.bodyHash, referenceHeader.bodyHash, "Invalid body hash");
}

Expand Down

0 comments on commit ddc35fa

Please sign in to comment.