Skip to content

Commit

Permalink
forge fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jhweintraub committed Jan 24, 2025
1 parent 9243190 commit 85c2ae2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ contract CCIPReceiver is CCIPBase {
}

/// @notice A function that should contain any special logic needed to "retry" processing of a previously failed message.
/// @dev If the owner wants to retrieve tokens without special logic, then abandonFailedMessage(),
/// @dev If the owner wants to retrieve tokens without special logic, then abandonFailedMessage(),
/// withdrawNativeTokens(), or withdrawTokens() should be used instead. This function is marked onlyOwner, but is virtual. Allowing permissionless execution is not recommended but may be allowed if function is overridden.
function _retryFailedMessage(
Client.Any2EVMMessage memory message
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ pragma solidity ^0.8.0;

import {IRouter} from "../../interfaces/IRouter.sol";

import {Client} from "../../libraries/Client.sol";
import {CCIPClient} from "../external/CCIPClient.sol";
import {FeeQuoter} from "../../FeeQuoter.sol";
import {Client} from "../../libraries/Client.sol";
import {OnRamp} from "../../onRamp/OnRamp.sol";
import {CCIPClient} from "../external/CCIPClient.sol";

import {IERC20} from "../../../vendor/openzeppelin-solidity/v4.8.3/contracts/token/ERC20/IERC20.sol";

Expand Down

0 comments on commit 85c2ae2

Please sign in to comment.