diff --git a/src/SuggestionIndex.ts b/src/SuggestionIndex.ts index 7a91fea..2ccf401 100644 --- a/src/SuggestionIndex.ts +++ b/src/SuggestionIndex.ts @@ -55,7 +55,9 @@ export class SuggestionIndex { this.suggestionsRefs = newSuggestionsRefs; 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) {