style: run stylua

This commit is contained in:
Thomas Lambert
2022-09-28 22:35:11 +02:00
parent 74636e7416
commit 74ba88dd98
5 changed files with 57 additions and 64 deletions

View File

@@ -97,12 +97,8 @@ M.generate_backlink_map = function(opts)
link_counts[note_fn] = link_counts[note_fn] + 1
-- and: inc the backlinks of the linked note
local fexists, backlinked_file = resolve_link(
linktitle,
file_list,
subdir_list,
opts
)
local fexists, backlinked_file =
resolve_link(linktitle, file_list, subdir_list, opts)
-- print(
-- "note for link `"
-- .. linktitle