Skip to content

Commit ebbe6f7

Browse files
committed
rebase
1 parent 7326ef0 commit ebbe6f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/contracts/core/AllocationManager.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ contract AllocationManager is
1616
Deprecated_OwnableUpgradeable,
1717
Pausable,
1818
AllocationManagerStorage,
19-
ReentrancyGuardUpgradeable,
20-
SplitContractMixin,
19+
ReentrancyGuardUpgradeable,,
2120
PermissionControllerMixin,
21+
SplitContractMixin,
2222
IAllocationManager
2323
{
2424
using DoubleEndedQueue for DoubleEndedQueue.Bytes32Deque;

0 commit comments

Comments
 (0)