浏览代码

fix the eslint static check

Leo Arias 7 年之前
父节点
当前提交
fdfd90e6a4
共有 1 个文件被更改,包括 0 次插入1 次删除
  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();
     assert.equal(result, b);
   });
-
 });