Skip to content

Commit 6418283

Browse files
fix: Certora [I-02] Cleanups (SC-1219) (#182)
Co-authored-by: Lucas Manuel <lucasmanuel.tech@gmail.com>
1 parent dbbe9c8 commit 6418283

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/interfaces/ILayerZero.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ struct OFTFeeDetail {
2323

2424
/**
2525
* @dev Struct representing OFT limit information.
26-
* @dev These amounts can change dynamically and are up the the specific oft implementation.
26+
* @dev These amounts can change dynamically and are up to the specific oft implementation.
2727
*/
2828
struct OFTLimit {
2929
uint256 minAmountLD; // Minimum amount in local decimals that can be sent to the recipient.

src/libraries/PSMLib.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ library PSMLib {
151151
/*** Rate Limit helper functions ***/
152152
/**********************************************************************************************/
153153

154-
function _rateLimited(IRateLimits rateLimits,bytes32 key, uint256 amount) internal {
154+
function _rateLimited(IRateLimits rateLimits, bytes32 key, uint256 amount) internal {
155155
rateLimits.triggerRateLimitDecrease(key, amount);
156156
}
157157

0 commit comments

Comments
 (0)