chore: run stylua
This commit is contained in:
@@ -223,7 +223,6 @@ describe("watchexec runner", function()
|
||||
assert.is_false(overwrite)
|
||||
end)
|
||||
|
||||
|
||||
it("does not detect overwrite on CRLF that starts with \\r", function()
|
||||
local _, overwrite = runner._normalize_output("\r\nxyz")
|
||||
|
||||
|
||||
@@ -304,7 +304,7 @@ describe("watchexec window", function()
|
||||
local buf = window.get_buf()
|
||||
local maps = vim.api.nvim_buf_get_keymap(buf, "n")
|
||||
local found = false
|
||||
|
||||
|
||||
for _, m in ipairs(maps) do
|
||||
if m.lhs == "<Esc>" then
|
||||
found = true
|
||||
|
||||
Reference in New Issue
Block a user