refactor: forge fmt (after foundry update)
Took 5 minutes Took 8 seconds
This commit is contained in:
@@ -43,7 +43,12 @@ contract BalancerV3Executor is IExecutor, RestrictTransferFrom, ICallback {
|
||||
calculatedAmount = abi.decode(abi.decode(result, (bytes)), (uint256));
|
||||
}
|
||||
|
||||
function verifyCallback(bytes calldata /*data*/ ) public view {
|
||||
function verifyCallback(
|
||||
bytes calldata /*data*/
|
||||
)
|
||||
public
|
||||
view
|
||||
{
|
||||
if (msg.sender != address(VAULT)) {
|
||||
revert BalancerV3Executor__SenderIsNotVault(msg.sender);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user