From 430d53a0f723e3568a87ab9e3e08248cbe9ad69c Mon Sep 17 00:00:00 2001 From: Shebin John Date: Fri, 15 Mar 2024 14:28:07 +0530 Subject: [PATCH] Formatting Changes --- examples/4337-gas-metering/utils/safe.ts | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/examples/4337-gas-metering/utils/safe.ts b/examples/4337-gas-metering/utils/safe.ts index f045a209..014e36d6 100644 --- a/examples/4337-gas-metering/utils/safe.ts +++ b/examples/4337-gas-metering/utils/safe.ts @@ -189,18 +189,7 @@ export const getGelatoCallData = async ({ }, ], functionName: 'execTransaction', - args: [ - setupTxs.to, - setupTxs.value, - setupTxs.data, - setupTxs.operation, - 0n, - 0n, - 0n, - zeroAddress, - zeroAddress, - signature[0].data, - ], + args: [setupTxs.to, setupTxs.value, setupTxs.data, setupTxs.operation, 0n, 0n, 0n, zeroAddress, zeroAddress, signature[0].data], }) return callData