diff --git a/src/notes.ts b/src/notes.ts index a21bbab..6713730 100644 --- a/src/notes.ts +++ b/src/notes.ts @@ -148,4 +148,4 @@ export async function saveNotesCacheToFile(): Promise { export function isCacheOutdated(file: TFile): boolean { const indexedNote = getNoteFromCache(file.path) return !indexedNote || indexedNote.mtime !== file.stat.mtime -} \ No newline at end of file +} diff --git a/src/search.ts b/src/search.ts index 5e9acd2..8111e94 100644 --- a/src/search.ts +++ b/src/search.ts @@ -399,4 +399,4 @@ async function saveIndexToFile(): Promise { await saveNotesCacheToFile() isIndexChanged = false } -} \ No newline at end of file +}