luacheck fixes

This commit is contained in:
Mikayla Fischler
2024-02-18 15:30:18 -05:00
parent 1984b63837
commit 56e69e3a29
3 changed files with 5 additions and 5 deletions

View File

@@ -427,7 +427,7 @@ end
---@nodiscard
---@param w integer character width
---@param h integer character width
---@return integer block_width, integer block_height
---@return integer block_width, integer block_height
function ppm.monitor_block_size(w, h)
local width = math.floor((w - 15) / 21) + 1
local height = math.floor((h - 10) / 14) + 1