Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
mirru2532 committed Feb 26, 2022
1 parent c571602 commit 78782fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/TreasuryExtender.sol
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ contract TreasuryExtender is OlympusAccessControlledV2, ITreasuryExtender {
using SafeERC20 for IERC20;

// The Olympus Treasury.
ITreasury immutable public treasury;
ITreasury public immutable treasury;

// Enumerable Allocators according to deposit IDs.
/// @dev NOTE: Allocator enumeration starts from index 1.
Expand Down

0 comments on commit 78782fa

Please sign in to comment.