Skip to content

Commit

Permalink
style: forge fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
adamegyed committed Apr 16, 2024
1 parent 0bb19fc commit 10c8ea5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/mocks/plugins/ExecFromPluginPermissionsMocks.sol
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ import {Counter} from "../Counter.sol";
contract EFPCallerPlugin is BaseTestPlugin {
// Store the counters as immutables, and use the view -> pure cast to get the manifest
// solhint-disable private-vars-leading-underscore, immutable-vars-naming
address immutable private counter1;
address immutable private counter2;
address immutable private counter3;
address private immutable counter1;
address private immutable counter2;
address private immutable counter3;
// solhint-enable private-vars-leading-underscore, immutable-vars-naming

constructor(address _counter1, address _counter2, address _counter3) {
Expand Down

0 comments on commit 10c8ea5

Please sign in to comment.