From e77926a258f87c6f6c4ce96876a5d86bd0c9d3b6 Mon Sep 17 00:00:00 2001 From: fdschmidt93 <39233597+fdschmidt93@users.noreply.github.com> Date: Mon, 15 Nov 2021 20:03:14 +0100 Subject: [PATCH] chore: reformat files.lua after stylua update (#1456) --- lua/telescope/builtin/files.lua | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/lua/telescope/builtin/files.lua b/lua/telescope/builtin/files.lua index 0093e59..096820a 100644 --- a/lua/telescope/builtin/files.lua +++ b/lua/telescope/builtin/files.lua @@ -94,9 +94,7 @@ files.live_grep = function(opts) end return flatten { vimgrep_arguments, additional_args, "--", prompt, search_list } - end, opts.entry_maker or make_entry.gen_from_vimgrep( - opts - ), opts.max_results, opts.cwd) + end, opts.entry_maker or make_entry.gen_from_vimgrep(opts), opts.max_results, opts.cwd) pickers.new(opts, { prompt_title = "Live Grep",