luacheck fixes

This commit is contained in:
Mikayla Fischler
2023-05-05 14:02:25 -04:00
parent 8064b33a36
commit b2e21cb6d9
7 changed files with 12 additions and 12 deletions

View File

@@ -14,7 +14,7 @@ local supervisor = require("supervisor.supervisor")
local svsessions = require("supervisor.session.svsessions")
local SUPERVISOR_VERSION = "v0.15.5"
local SUPERVISOR_VERSION = "v0.15.6"
local println = util.println
local println_ts = util.println_ts