fixed trailing whitespace

This commit is contained in:
Mikayla Fischler 2023-06-03 15:50:44 -04:00
parent 529371a0fd
commit 24a7275543
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ local function init(panel)
modem.register(databus.ps, "has_modem", modem.update)
--
--
-- about footer
--

View File

@ -318,7 +318,7 @@ function svsessions.establish_plc_session(local_port, remote_port, for_reactor,
local units = self.facility.get_units()
units[for_reactor].link_plc_session(plc_s)
log.debug(util.c("established new PLC session to ", remote_port, " with ID ", self.next_ids.plc,
log.debug(util.c("established new PLC session to ", remote_port, " with ID ", self.next_ids.plc,
" for reactor ", for_reactor))
databus.tx_plc_connected(for_reactor, version, remote_port)