Skip to content

Commit 84e75cb

Browse files
committed
forge fmt
1 parent a79c252 commit 84e75cb

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/account/AccountLoupe.sol

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,7 @@ import {UUPSUpgradeable} from "@openzeppelin/contracts/proxy/utils/UUPSUpgradeab
55
import {EnumerableMap} from "@openzeppelin/contracts/utils/structs/EnumerableMap.sol";
66
import {EnumerableSet} from "@openzeppelin/contracts/utils/structs/EnumerableSet.sol";
77

8-
import {
9-
AccountStorage,
10-
getAccountStorage,
11-
HookGroup,
12-
toFunctionReferenceArray
13-
} from "./AccountStorage.sol";
8+
import {AccountStorage, getAccountStorage, HookGroup, toFunctionReferenceArray} from "./AccountStorage.sol";
149
import {FunctionReference} from "../helpers/FunctionReferenceLib.sol";
1510
import {IAccountLoupe} from "../interfaces/IAccountLoupe.sol";
1611
import {IPluginManager} from "../interfaces/IPluginManager.sol";

0 commit comments

Comments
 (0)