cleanup and luacheck fixes

This commit is contained in:
Mikayla Fischler
2023-06-27 19:05:51 -04:00
parent a8071db08e
commit 8924ba4e99
2 changed files with 2 additions and 4 deletions

View File

@@ -159,7 +159,6 @@ function network.nic(modem)
-- close all channels on the modem
function public.closeAll()
modem.closeAll()
self.channels = {}
end