From 6bb72dd7754291ad7b589611f17f72c18360d2f9 Mon Sep 17 00:00:00 2001 From: Noah Khamliche Date: Tue, 31 Aug 2021 14:43:51 -0400 Subject: [PATCH] ran yarn prettier to fix issues --- contracts/zero-ex/test/features/fund_recovery_tests.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/zero-ex/test/features/fund_recovery_tests.ts b/contracts/zero-ex/test/features/fund_recovery_tests.ts index b5671cfbd6..0a0ff0064d 100644 --- a/contracts/zero-ex/test/features/fund_recovery_tests.ts +++ b/contracts/zero-ex/test/features/fund_recovery_tests.ts @@ -3,7 +3,7 @@ import { blockchainTests, constants, expect, randomAddress } from '@0x/contracts import { BigNumber, OwnableRevertErrors } from '@0x/utils'; import { Web3Wrapper } from '@0x/web3-wrapper'; -import { IOwnableFeatureContract, IZeroExContract} from '../../src/wrappers'; +import { IOwnableFeatureContract, IZeroExContract } from '../../src/wrappers'; import { artifacts } from '../artifacts'; import { FundRecoveryFeatureContract } from '../generated-wrappers/fund_recovery_feature'; import { abis } from '../utils/abis';