Skip to content

Commit 99f0022

Browse files
committed
chore: format
1 parent efbbf60 commit 99f0022

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/contracts/core/DelegationManager.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1063,4 +1063,4 @@ contract DelegationManager is
10631063
)
10641064
);
10651065
}
1066-
}
1066+
}

src/contracts/interfaces/IDelegationManager.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,4 +567,4 @@ interface IDelegationManager is ISignatureUtilsMixin, IDelegationManagerErrors,
567567

568568
/// @notice The EIP-712 typehash for the DelegationApproval struct used by the contract
569569
function DELEGATION_APPROVAL_TYPEHASH() external view returns (bytes32);
570-
}
570+
}

src/test/unit/StrategyManagerUnit.t.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1509,4 +1509,4 @@ contract StrategyManagerUnitTests_removeStrategiesFromDepositWhitelist is Strate
15091509
}
15101510
}
15111511
}
1512-
}
1512+
}

0 commit comments

Comments
 (0)