chore: fix formatting

This commit is contained in:
daniel
2024-12-27 22:41:14 +01:00
parent 314f99f462
commit 6b008d452a

View File

@@ -55,7 +55,9 @@ export class SuggestionIndex {
this.suggestionsRefs = newSuggestionsRefs; this.suggestionsRefs = newSuggestionsRefs;
const endTime = performance.now(); const endTime = performance.now();
console.log(`Rebuilt dataview autocomplete index (${this.suggestionsList.length} elements, ${(endTime - startTime).toFixed(2)}ms)`); console.log(
`Rebuilt dataview autocomplete index (${this.suggestionsList.length} elements, ${(endTime - startTime).toFixed(2)}ms)`,
);
} }
public updateIndex(type: string, file: TFile, oldPath?: string) { public updateIndex(type: string, file: TFile, oldPath?: string) {