Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dd0sxx committed Dec 21, 2023
1 parent e4015a2 commit f86929d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/Enums.sol
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ enum ActionState {
Queued, // Action queued for queueing duration and disapproval period begins.
Expired, // block.timestamp is greater than Action's executionTime + expirationDelay.
Executed // Action has executed successfully.

}

/// @dev Possible states of a user cast vote.
Expand Down

0 comments on commit f86929d

Please sign in to comment.