Commit fdfd90e6 by Leo Arias

fix the eslint static check

parent f162638c
...@@ -22,5 +22,4 @@ contract('Math', function (accounts) { ...@@ -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);
}); });
}); });
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment