diff --git a/src/account/AccountLoupe.sol b/src/account/AccountLoupe.sol index 9df61a6b..2f830720 100644 --- a/src/account/AccountLoupe.sol +++ b/src/account/AccountLoupe.sol @@ -7,12 +7,7 @@ import {EnumerableSet} from "@openzeppelin/contracts/utils/structs/EnumerableSet import {IAccountLoupe, ExecutionHook} from "../interfaces/IAccountLoupe.sol"; import {FunctionReference, IPluginManager} from "../interfaces/IPluginManager.sol"; import {IStandardExecutor} from "../interfaces/IStandardExecutor.sol"; -import { - AccountStorage, - getAccountStorage, - toFunctionReferenceArray, - toExecutionHook -} from "./AccountStorage.sol"; +import {AccountStorage, getAccountStorage, toFunctionReferenceArray, toExecutionHook} from "./AccountStorage.sol"; abstract contract AccountLoupe is IAccountLoupe { using EnumerableSet for EnumerableSet.Bytes32Set;