Skip to content

Commit

Permalink
fix: alignment
Browse files Browse the repository at this point in the history
  • Loading branch information
lucas-manuel committed Nov 10, 2023
1 parent 3bdc955 commit 21e0704
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/SparkLendFreezerMom.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -169,8 +169,8 @@ contract EventTests is SparkLendFreezerMomUnitTestBase {
}

function test_freezeMarket_eventData() public {
address caller = makeAddr("caller");
address asset = makeAddr("asset");
address caller = makeAddr("caller");
address asset = makeAddr("asset");

authority.__setCanCall(
caller,
Expand Down

0 comments on commit 21e0704

Please sign in to comment.