stylua: nit

This commit is contained in:
Alexander Courtis 2023-01-30 11:51:30 +11:00
parent 9fcd50d3e1
commit f3b73725c5

View File

@ -186,7 +186,7 @@ function M.toggle(opts, no_focus, cwd, bang)
-- legacy arguments -- legacy arguments
if type(opts) == "boolean" then if type(opts) == "boolean" then
opts = { opts = {
find_file = opts find_file = opts,
} }
if type(cwd) == "string" then if type(cwd) == "string" then
opts.path = cwd opts.path = cwd