Skip to content

Commit 6d62725

Browse files
[chore] Fix stylua formatting.
1 parent 695ab91 commit 6d62725

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

lua/orgmode/capture/init.lua

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -220,9 +220,7 @@ function Capture.autocomplete_refile(arg_lead)
220220
if not selected_file then
221221
return vim.tbl_filter(function(file)
222222
return file:match('^' .. vim.pesc(parts[1]))
223-
end, vim.tbl_keys(
224-
valid_filenames
225-
))
223+
end, vim.tbl_keys(valid_filenames))
226224
end
227225

228226
local agenda_file = Files.get(selected_file)

0 commit comments

Comments
 (0)