Skip to content

Commit

Permalink
forge fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
RyanRHall committed Sep 3, 2024
1 parent 24ab8e3 commit 522d0e1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions contracts/src/v0.8/ccip/test/offRamp/OffRamp.t.sol
Original file line number Diff line number Diff line change
Expand Up @@ -2847,9 +2847,9 @@ contract OffRamp_applySourceChainConfigUpdates is OffRampSetup {
}
}

function test_Fuzz_applySourceChainConfigUpdate_Success(OffRamp.SourceChainConfigArgs memory sourceChainConfigArgs)
public
{
function test_Fuzz_applySourceChainConfigUpdate_Success(
OffRamp.SourceChainConfigArgs memory sourceChainConfigArgs
) public {
// Skip invalid inputs
vm.assume(sourceChainConfigArgs.sourceChainSelector != 0);
vm.assume(sourceChainConfigArgs.onRamp.length != 0);
Expand Down

0 comments on commit 522d0e1

Please sign in to comment.