Skip to content

Commit

Permalink
eof newlines
Browse files Browse the repository at this point in the history
  • Loading branch information
hexonaut committed May 6, 2024
1 parent 45459d6 commit 7381edc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/executors/BridgeExecutorBase.sol
Original file line number Diff line number Diff line change
Expand Up @@ -405,4 +405,4 @@ abstract contract BridgeExecutorBase is IExecutorBase {
}
}
}
}
}
2 changes: 1 addition & 1 deletion src/interfaces/IAuthBridgeExecutor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ interface IAuthBridgeExecutor is IAccessControl, IExecutorBase {
bool[] memory withDelegatecalls
) external;

}
}
2 changes: 1 addition & 1 deletion src/interfaces/IExecutorBase.sol
Original file line number Diff line number Diff line change
Expand Up @@ -247,4 +247,4 @@ interface IExecutorBase {
* @return True if the underlying action of actionHash is queued, false otherwise
**/
function isActionQueued(bytes32 actionHash) external view returns (bool);
}
}
2 changes: 1 addition & 1 deletion src/receivers/BridgeExecutorReceiverArbitrum.sol
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ contract BridgeExecutorReceiverArbitrum is ArbitrumReceiver {
);
}

}
}

0 comments on commit 7381edc

Please sign in to comment.