Skip to content

Commit f3b7372

Browse files
committed
stylua: nit
1 parent 9fcd50d commit f3b7372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/nvim-tree.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ function M.toggle(opts, no_focus, cwd, bang)
186186
-- legacy arguments
187187
if type(opts) == "boolean" then
188188
opts = {
189-
find_file = opts
189+
find_file = opts,
190190
}
191191
if type(cwd) == "string" then
192192
opts.path = cwd

0 commit comments

Comments
 (0)