correct code formatting

pull/402/head
tjex 2 months ago
parent a9c5e8c88d
commit 9af53ebf01

@ -150,7 +150,7 @@ func (t *indexTask) execute(callback func(change paths.DiffChange)) (NoteIndexin
return false, nil
}
notebookPath := &NotebookPath{Path: t.path}
notebookPath := &NotebookPath{Path: t.path}
source := paths.Walk(t.path, t.logger, notebookPath.Filename(), shouldIgnorePath)
target, err := t.index.IndexedPaths()

Loading…
Cancel
Save