1
0
mirror of https://github.com/skywind3000/z.lua synced 2026-03-15 04:09:49 +00:00

fix: indentation consistency

This commit is contained in:
skywind3000
2024-10-14 15:42:46 +08:00
parent c334bc1ae5
commit 6e67a32520

2
z.lua
View File

@@ -2008,7 +2008,7 @@ function main(argv)
elseif opts.fish then
z_fish_init(opts)
elseif opts.powershell then
z_windows_init(opts)
z_windows_init(opts)
else
z_shell_init(opts)
end