Skip to content
This repository has been archived by the owner on Jul 9, 2021. It is now read-only.

Commit

Permalink
Fix linting errors
Browse files Browse the repository at this point in the history
  • Loading branch information
abandeali1 committed May 21, 2019
1 parent d9ae1df commit 1e7e566
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import "./DummyERC20Token.sol";


// solhint-disable no-empty-blocks
// solhint-disable no-unused-vars
contract UntransferrableDummyERC20Token is
DummyERC20Token
{
Expand Down
1 change: 1 addition & 0 deletions contracts/exchange/test/wrapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ chaiSetup.configure();
const expect = chai.expect;
const blockchainLifecycle = new BlockchainLifecycle(web3Wrapper);

// tslint:disable:no-unnecessary-type-assertion
describe('Exchange wrappers', () => {
let chainId: number;
let makerAddress: string;
Expand Down

0 comments on commit 1e7e566

Please sign in to comment.