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 -1
View File
@@ -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