chore: run stylua

This commit is contained in:
Stevan Freeborn
2026-07-18 18:22:48 -05:00
parent f23619334b
commit 507b6d73f2
3 changed files with 12 additions and 13 deletions
-1
View File
@@ -223,7 +223,6 @@ describe("watchexec runner", function()
assert.is_false(overwrite) assert.is_false(overwrite)
end) end)
it("does not detect overwrite on CRLF that starts with \\r", function() it("does not detect overwrite on CRLF that starts with \\r", function()
local _, overwrite = runner._normalize_output("\r\nxyz") local _, overwrite = runner._normalize_output("\r\nxyz")