Fix lint errors.

This commit is contained in:
Nicolás Venturo
2019-01-11 13:20:43 -03:00
parent ab8c9f1c10
commit 5997da9693
8 changed files with 19 additions and 14 deletions

View File

@ -1,4 +1,4 @@
const { BN } = require('openzeppelin-test-helpers');;
const { BN } = require('openzeppelin-test-helpers');
const MathMock = artifacts.require('MathMock');