style: fix formatting

This commit is contained in:
2026-09-13 04:36:07 +05:00
parent a71487d30b
commit 3c10147ad8
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -49,4 +49,4 @@ describe("scoreDoc", () => {
it("запрос с опечаткой ё/е всё равно находит", () => {
expect(scoreDoc(doc, normalizeForSearch("повёрнут"))).not.toBeNull();
});
});
});