Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
amsanghi committed Sep 1, 2023
1 parent 8324fc0 commit 20ec853
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/bridge/Bridge.sol
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ contract Bridge is Initializable, DelegateCallAware, IBridge {
rollup = _rollup;
}


modifier onlyRollupOrOwner() {
if (msg.sender != address(rollup)) {
address rollupOwner = rollup.owner();
Expand Down

0 comments on commit 20ec853

Please sign in to comment.