Skip to content

Commit

Permalink
test: No newline at end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
ahramy committed Aug 15, 2024
1 parent fb1ca46 commit e951f2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/test/utils/TestGatewayCaller.sol
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ contract TestGatewayCaller {
function delegatecall(bytes memory) external pure returns (bool, bytes memory) {
return (false, '');
}
}
}

0 comments on commit e951f2d

Please sign in to comment.