Skip to content

Commit 04a666c

Browse files
committed
fix: stylelua indentation
1 parent 816c722 commit 04a666c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/kubectl/health.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ function health.report_download()
2626
local ok, system = pcall(require, "blink.download.system")
2727
if not ok then
2828
H.error("Blink.download not available")
29-
return
29+
return
3030
end
3131

3232
local system_triple = system.get_triple_sync()

0 commit comments

Comments
 (0)