chore: run stylua

This commit is contained in:
Stevan Freeborn
2026-07-06 20:10:26 -05:00
parent 0434637a12
commit e4088c23a7
-1
View File
@@ -54,7 +54,6 @@ local function apply_highlights(buf, line_idx, line)
{ p = "%[ok%]", h = "DiagnosticOk" },
{ p = "[Oo][Kk]!", h = "DiagnosticOk" },
}) do
local s, e = line:find(p.p)
if s then