Skip to content

Commit 69d5bc2

Browse files
committed
lint
1 parent 1314113 commit 69d5bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/bson-bench/test/unit/task.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ describe('Task', function () {
7979
expect(task.testName).to.match(/bson|bson-ext/);
8080
});
8181

82-
it('collects the tags correctly', function() {
82+
it('collects the tags correctly', function () {
8383
expect(task.tags).to.deep.equal(['test']);
8484
});
8585
});

0 commit comments

Comments
 (0)