Add trailing newline
This commit is contained in:
@@ -148,4 +148,4 @@ export async function saveNotesCacheToFile(): Promise<void> {
|
||||
export function isCacheOutdated(file: TFile): boolean {
|
||||
const indexedNote = getNoteFromCache(file.path)
|
||||
return !indexedNote || indexedNote.mtime !== file.stat.mtime
|
||||
}
|
||||
}
|
||||
|
||||
@@ -399,4 +399,4 @@ async function saveIndexToFile(): Promise<void> {
|
||||
await saveNotesCacheToFile()
|
||||
isIndexChanged = false
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user