chore(fmt): stylua

This commit is contained in:
hedy
2023-11-30 21:55:40 +08:00
parent c63d6ebb2b
commit 8b9f908386
2 changed files with 5 additions and 3 deletions

View File

@@ -293,8 +293,10 @@ function LivePreview:show()
return
end
if not vim.api.nvim_win_is_valid(self.s.code.win)
or (self.codewin and not vim.api.nvim_win_is_valid(self.codewin)) then
if
not vim.api.nvim_win_is_valid(self.s.code.win)
or (self.codewin and not vim.api.nvim_win_is_valid(self.codewin))
then
return
end