Skip to content

Commit

Permalink
fixup: stylua
Browse files Browse the repository at this point in the history
  • Loading branch information
zschreur committed May 9, 2024
1 parent 84b45d5 commit 63b28c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/jj/files.lua
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ return function(opts)
prompt_title = "Jujutsu Files",
__locations_input = true,
finder = finders.new_table({
results = utils.get_os_command_output(cmd),
results = utils.get_os_command_output(cmd),
entry_maker = opts.entry_maker or make_entry.gen_from_file(opts),
}),
previewer = conf.file_previewer(opts),
Expand Down

0 comments on commit 63b28c5

Please sign in to comment.