From 6e67a3252010863e1c90fcc43d916661ca032e20 Mon Sep 17 00:00:00 2001 From: skywind3000 Date: Mon, 14 Oct 2024 15:42:46 +0800 Subject: [PATCH] fix: indentation consistency --- z.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/z.lua b/z.lua index e55bfd3..8cf494a 100755 --- a/z.lua +++ b/z.lua @@ -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