From 63b28c586f1e4eb891f4beaf1b959b250e88cd2e Mon Sep 17 00:00:00 2001 From: Zackary Schreur <51675520+zschreur@users.noreply.github.com> Date: Thu, 9 May 2024 07:49:49 -0400 Subject: [PATCH] fixup: stylua --- lua/jj/files.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/jj/files.lua b/lua/jj/files.lua index 9200d61..c185c5e 100644 --- a/lua/jj/files.lua +++ b/lua/jj/files.lua @@ -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),