Skip to content

Commit 0a8c4eb

Browse files
committed
chore: forge fmt
1 parent 2df6a56 commit 0a8c4eb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/contracts/interfaces/IStrategy.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ pragma solidity >=0.5.0;
44
import "@openzeppelin/contracts/token/ERC20/IERC20.sol";
55
import "../libraries/SlashingLib.sol";
66
import "./ISemVerMixin.sol";
7+
78
interface IStrategyErrors {
89
/// @dev Thrown when called by an account that is not strategy manager.
910
error OnlyStrategyManager();

0 commit comments

Comments
 (0)