Skip to content

Commit 03904f4

Browse files
committed
fmt
1 parent ad0ed22 commit 03904f4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/MigrationLocker.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ contract MigrationLocker is Initializable, Ownable2StepUpgradeable, PausableUpgr
9696
require(_amount > 0 && _amount <= IPUSH(_token).balanceOf(address(this)), "Invalid amount");
9797
IPUSH(_token).transfer(_to, _amount);
9898
}
99-
}
99+
}

src/MigrationRelease.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,4 +169,4 @@ contract MigrationRelease is Initializable, Ownable2StepUpgradeable, PausableUpg
169169
IERC20(_token).safeTransfer(_to, _amount);
170170
}
171171
}
172-
}
172+
}

0 commit comments

Comments
 (0)