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