From 8a9409917c1d67a0e2c798575ff4832e25f50e8c Mon Sep 17 00:00:00 2001 From: Craig M Date: Mon, 20 Nov 2023 12:34:44 +1300 Subject: [PATCH] formatting --- src/root/RootERC20Bridge.sol | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/root/RootERC20Bridge.sol b/src/root/RootERC20Bridge.sol index 6a91dfbd..5306a708 100644 --- a/src/root/RootERC20Bridge.sol +++ b/src/root/RootERC20Bridge.sol @@ -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