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:
+1
-1
@@ -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);
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user