From e53248cca686886764b65d31f6dd8a2bd21680e1 Mon Sep 17 00:00:00 2001 From: Lawrence Forman Date: Wed, 15 Apr 2020 13:10:54 -0400 Subject: [PATCH] `@0x/sol-compiler`: Address review feedback. --- packages/sol-compiler/src/solc_wrapper_v05.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/sol-compiler/src/solc_wrapper_v05.ts b/packages/sol-compiler/src/solc_wrapper_v05.ts index ba19d939cf..bc49346d48 100644 --- a/packages/sol-compiler/src/solc_wrapper_v05.ts +++ b/packages/sol-compiler/src/solc_wrapper_v05.ts @@ -93,7 +93,6 @@ export class SolcWrapperV05 extends SolcWrapper { const _output = _.cloneDeep(output); // tslint:disable-next-line forin for (const contractPath in _output.contracts) { - // tslint:disable-next-line forin for (const contract of Object.values(_output.contracts[contractPath])) { addHexPrefixToContractBytecode(contract); }