summaryrefslogtreecommitdiff
path: root/lua
diff options
context:
space:
mode:
authorfdschmidt93 <39233597+fdschmidt93@users.noreply.github.com>2021-11-15 20:03:14 +0100
committerGitHub <noreply@github.com>2021-11-15 20:03:14 +0100
commite77926a258f87c6f6c4ce96876a5d86bd0c9d3b6 (patch)
treede3513aae9fe9fac8f200f1499b628cd3a7901c8 /lua
parent404d2b5f1080b352e3b093bf9b2d690eb1931743 (diff)
chore: reformat files.lua after stylua update (#1456)
Diffstat (limited to 'lua')
-rw-r--r--lua/telescope/builtin/files.lua4
1 files changed, 1 insertions, 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",