From b54bafe1c57b100a205630e88c8ead5e5358cc6a Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Thu, 7 Feb 2019 13:35:50 +0100 Subject: Fix linter --- packages/sol-compiler/test/compiler_test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sol-compiler/test/compiler_test.ts b/packages/sol-compiler/test/compiler_test.ts index 5cc7e41ce..cae6bce05 100644 --- a/packages/sol-compiler/test/compiler_test.ts +++ b/packages/sol-compiler/test/compiler_test.ts @@ -24,7 +24,7 @@ describe('#Compiler', function(): void { contracts: constants.contracts, }; it('should create a Compiler with empty opts', async () => { - const _compiler = new Compiler(); + const _compiler = new Compiler(); // tslint:disable-line no-unused-variable }); it('should create an Exchange artifact with the correct unlinked binary', async () => { compilerOpts.contracts = ['Exchange']; -- cgit v1.2.3