Skip to content

Commit

Permalink
chore: fix format and natspec
Browse files Browse the repository at this point in the history
  • Loading branch information
ilpepepig committed Aug 27, 2024
1 parent e49ceb0 commit 1636073
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions contracts/core/libraries/Transfer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,12 @@ library Transfer {
using SafeTransferLib for address;

/// @notice Address of the native token
address public constant NATIVE = 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE;
address public constant NATIVE = 0xEeeeeEeeeEeEeeEeEeEeeEEEeeeeEeeeeeeeEEeE;

/// @notice Thrown if a signature of a length different than 64 or 65 bytes is passed
error INVALID_SIGNATURE_LENGTH();

/// @notice Supported permit formats
enum PermitFormat {
None,
Permit,
Expand Down

0 comments on commit 1636073

Please sign in to comment.