Browse Source

fix the eslint static check

Leo Arias 7 years ago
parent
commit
fdfd90e6a4
1 changed files with 0 additions and 1 deletions
  1. 0 1
      test/Math.test.js

+ 0 - 1
test/Math.test.js

@@ -22,5 +22,4 @@ contract('Math', function (accounts) {
     let result = await math.result();
     let result = await math.result();
     assert.equal(result, b);
     assert.equal(result, b);
   });
   });
-
 });
 });