Skip to content

Commit 5856aeb

Browse files
committed
chore: format file
1 parent 736533a commit 5856aeb

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

plugins/toolbox-search/test/tests.mocha.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,8 +130,9 @@ suite('BlockSearcher', () => {
130130
const broadQueryMatches = searcher.blockTypesMatching('alpha bravo');
131131
assert.sameMembers(broadQueryMatches, [blockA, blockB]);
132132

133-
const specificQueryMatches =
134-
searcher.blockTypesMatching('alpha bravo charlie');
133+
const specificQueryMatches = searcher.blockTypesMatching(
134+
'alpha bravo charlie',
135+
);
135136
assert.sameMembers(specificQueryMatches, [blockA]);
136137
});
137138

0 commit comments

Comments
 (0)