chore(fmt): stylua

This commit is contained in:
~hedy
2025-01-05 09:14:32 +08:00
parent 69e1e248ea
commit f7a3940b0e
6 changed files with 23 additions and 26 deletions

View File

@@ -388,7 +388,7 @@ function Sidebar:__goto_location(change_focus)
end
if not vim.api.nvim_win_is_valid(self.code.win) then
vim.notify("outline.nvim: Code window closed", vim.log.levels.WARN)
vim.notify('outline.nvim: Code window closed', vim.log.levels.WARN)
return
end