Skip to content

Commit

Permalink
lint: run lint
Browse files Browse the repository at this point in the history
  • Loading branch information
QEDK committed Mar 10, 2024
1 parent db61acc commit 24bbb19
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions test/AvailBridgeTest.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -609,9 +609,7 @@ contract AvailBridgeTest is Test, MurkyBase {
assertEq(bridge.fees(), 0);
}

function testRevertInvalidDataLength_sendMessage(bytes32 to, uint256 amount)
external
{
function testRevertInvalidDataLength_sendMessage(bytes32 to, uint256 amount) external {
address from = makeAddr("from");
vm.prank(from);
vm.deal(from, amount);
Expand Down

0 comments on commit 24bbb19

Please sign in to comment.