Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
kingster-will committed Nov 28, 2024
1 parent 52bcbe9 commit d4433c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contracts/lib/AccessPermission.sol
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ pragma solidity 0.8.26;
/// @notice Library for IPAccount access control permissions.
/// These permissions are used by the AccessController.
library AccessPermission {
/// @notice ABSTAIN means not having enough information to make a decision at the current level, the deferred decision to up
/// level permission.
/// @notice ABSTAIN means not having enough information to make a decision at the current level,
/// the deferred decision to up level permission.
uint8 public constant ABSTAIN = 0;

/// @notice ALLOW means the permission is granted to transaction signer to call the function.
Expand Down

0 comments on commit d4433c9

Please sign in to comment.