luacheck fixes

This commit is contained in:
Mikayla Fischler 2023-09-01 22:51:02 -04:00
parent 71d8b5ba0a
commit cb554e5d16
2 changed files with 0 additions and 3 deletions

View File

@ -23,7 +23,6 @@ local TEXT_ALIGN = core.TEXT_ALIGN
local sprintf = util.sprintf
local cpair = core.cpair
local border = core.border
local pipe = core.pipe

View File

@ -18,8 +18,6 @@ local DataIndicator = require("graphics.elements.indicators.data")
local TEXT_ALIGN = core.TEXT_ALIGN
local cpair = core.cpair
-- create new main view
---@param main graphics_element main displaybox
local function init(main)