Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz authored and frontendphil committed Oct 23, 2024
1 parent a20a3bf commit ca92aac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension/src/panel/providers/ForkProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ async function prepareSafeForSimulation(
let from = moduleAddress || ownerAddress || DUMMY_MODULE_ADDRESS
if (from === ZeroAddress) from = DUMMY_MODULE_ADDRESS

const {safeContract} = safe.getContractManager()
const { safeContract } = safe.getContractManager()
if (!safeContract) {
throw new Error('Safe contract not found')
}
Expand Down

0 comments on commit ca92aac

Please sign in to comment.