Skip to content

Commit

Permalink
make variable private
Browse files Browse the repository at this point in the history
  • Loading branch information
frangio committed Aug 16, 2023
1 parent 16519fe commit 85148a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/governance/extensions/GovernorTimelockAccess.sol
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ abstract contract GovernorTimelockAccess is Governor {

mapping(uint256 proposalId => ExecutionPlan) private _executionPlan;

uint32 _baseDelay;
uint32 private _baseDelay;

IAccessManager private immutable _manager;

Expand Down

0 comments on commit 85148a9

Please sign in to comment.