Skip to content

Commit b2dde16

Browse files
committed
make fmt
1 parent 220708d commit b2dde16

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

src/contracts/interfaces/IAllocationManager.sol

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -249,11 +249,7 @@ interface IAllocationManagerStorage {
249249
function ALLOCATION_CONFIGURATION_DELAY() external view returns (uint32);
250250
}
251251

252-
interface IAllocationManagerActions is
253-
IAllocationManagerErrors,
254-
IAllocationManagerEvents,
255-
IAllocationManagerStorage
256-
{
252+
interface IAllocationManagerActions is IAllocationManagerErrors, IAllocationManagerEvents, IAllocationManagerStorage {
257253
/**
258254
* @dev Initializes the initial owner and paused status.
259255
*/

0 commit comments

Comments
 (0)