2
0
mirror of https://github.com/tenrok/BBob.git synced 2026-05-15 11:59:37 +03:00

style: remove redundant spaces

This commit is contained in:
Nikolay Kostyurin
2018-10-07 22:22:50 +02:00
parent 1c3bebef22
commit 95d0479c11
3 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -31,7 +31,7 @@ suite
});
})
.add('BBob Parser', () => {
const parse = require('../packages/bbob-parser/lib/index');
const parse = require('../packages/bbob-parser/lib/index').parse;
const result = parse(stub);
})