fix more linting errors

This commit is contained in:
d98762625 2018-03-25 17:51:36 +01:00
parent f3610e7c95
commit e403adb9a1
2 changed files with 5 additions and 5 deletions

View file

@ -33,7 +33,7 @@ import "./tests/operations/OTP.js";
import "./tests/operations/Regex.js";
import "./tests/operations/StrUtils.js";
import "./tests/operations/SeqUtils.js";
import "./tests/operations/SetOperations.js"
import "./tests/operations/SetOperations.js";
let allTestsPassing = true;