From 7381edc00a69cbe0abda6f077ebd0b692d7cb25c Mon Sep 17 00:00:00 2001 From: Sam MacPherson Date: Tue, 7 May 2024 01:18:26 +0900 Subject: [PATCH] eof newlines --- src/executors/BridgeExecutorBase.sol | 2 +- src/interfaces/IAuthBridgeExecutor.sol | 2 +- src/interfaces/IExecutorBase.sol | 2 +- src/receivers/BridgeExecutorReceiverArbitrum.sol | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/executors/BridgeExecutorBase.sol b/src/executors/BridgeExecutorBase.sol index c7ebfd8..3c1c435 100644 --- a/src/executors/BridgeExecutorBase.sol +++ b/src/executors/BridgeExecutorBase.sol @@ -405,4 +405,4 @@ abstract contract BridgeExecutorBase is IExecutorBase { } } } -} \ No newline at end of file +} diff --git a/src/interfaces/IAuthBridgeExecutor.sol b/src/interfaces/IAuthBridgeExecutor.sol index 81abf92..9c8bbcb 100644 --- a/src/interfaces/IAuthBridgeExecutor.sol +++ b/src/interfaces/IAuthBridgeExecutor.sol @@ -28,4 +28,4 @@ interface IAuthBridgeExecutor is IAccessControl, IExecutorBase { bool[] memory withDelegatecalls ) external; -} \ No newline at end of file +} diff --git a/src/interfaces/IExecutorBase.sol b/src/interfaces/IExecutorBase.sol index c833f82..20fc7dc 100644 --- a/src/interfaces/IExecutorBase.sol +++ b/src/interfaces/IExecutorBase.sol @@ -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); -} \ No newline at end of file +} diff --git a/src/receivers/BridgeExecutorReceiverArbitrum.sol b/src/receivers/BridgeExecutorReceiverArbitrum.sol index e66372b..5a7accb 100644 --- a/src/receivers/BridgeExecutorReceiverArbitrum.sol +++ b/src/receivers/BridgeExecutorReceiverArbitrum.sol @@ -32,4 +32,4 @@ contract BridgeExecutorReceiverArbitrum is ArbitrumReceiver { ); } -} \ No newline at end of file +}