Skip to content

Commit 025a5c3

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent 2159b39 commit 025a5c3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

lib/ui.lua

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,6 +291,8 @@ end
291291
-- Prevent hover UI from being redrawn
292292
local ch = Card.hover
293293
function Card:hover()
294-
if self.children.h_popup then return end
294+
if self.children.h_popup then
295+
return
296+
end
295297
ch(self)
296-
end
298+
end

0 commit comments

Comments
 (0)