Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
proletesseract committed Nov 19, 2023
1 parent 926bfaf commit 8a94099
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/root/RootERC20Bridge.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,7 @@ import {BridgeRoles} from "../common/BridgeRoles.sol";
* @dev Any checks or logic that is specific to the underlying messaging protocol should be done in the bridge adaptor.
* @dev Note that there is undefined behaviour for bridging non-standard ERC20 tokens (e.g. rebasing tokens). Please approach such cases with great care.
*/
contract RootERC20Bridge is
IRootERC20Bridge,
IRootERC20BridgeEvents,
IRootERC20BridgeErrors,
BridgeRoles
{
contract RootERC20Bridge is IRootERC20Bridge, IRootERC20BridgeEvents, IRootERC20BridgeErrors, BridgeRoles {
using SafeERC20 for IERC20Metadata;

/// @dev leave this as the first param for the integration tests
Expand Down

0 comments on commit 8a94099

Please sign in to comment.