Skip to content

Commit 4e9717b

Browse files
committed
fix: lint in shell lua
1 parent a08e26f commit 4e9717b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lua/utils/shell.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ M.open_session_or_dir = function(dir)
6161
end
6262
end
6363
vim.cmd('cd ' .. dir)
64-
picker.files({cwd = dir})
64+
picker.files({ cwd = dir })
6565
end
6666

6767
return M

0 commit comments

Comments
 (0)