Skip to content

Commit

Permalink
fix: Add extra blank line to satisfy forge fmt CI
Browse files Browse the repository at this point in the history
  • Loading branch information
andrejrakic committed Nov 18, 2024
1 parent 8bac965 commit 7116e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/src/v0.8/ccip/test/mocks/MockRouter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -163,4 +163,4 @@ contract MockCCIPRouter is IRouter, IRouterClient {
function isOffRamp(uint64, /* sourceChainSelector */ address /* offRamp */ ) external pure returns (bool) {
return true;
}
}
}

0 comments on commit 7116e1e

Please sign in to comment.