luacheck fixes

This commit is contained in:
Mikayla Fischler
2024-08-21 19:18:55 -04:00
parent 8c6b264f6b
commit a1b6ff4bcc
2 changed files with 6 additions and 7 deletions

View File

@@ -824,8 +824,9 @@ end
--#endregion
---@param _self _facility_self
return function (_self)
self = _self
-- link the self instance and return the update interface
---@param fac_self _facility_self
return function (fac_self)
self = fac_self
return update
end