Clean up formatting

This commit is contained in:
Cort Buffington 2018-03-12 21:29:05 -05:00
parent 25d6bc08d0
commit 81c3467ec0
1 changed files with 1 additions and 1 deletions

View File

@ -340,7 +340,7 @@ class confbridgeIPSC(IPSC):
_tmp_data = _tmp_data[:30] + _burst_data_type + _tmp_data[31:]
# Send the packet to all peers in the target IPSC
systems[_target['SYSTEM']].send_to_ipsc(_tmp_data)
systems[_target['SYSTEM']].send_to_ipsc(_tmp_data)
#
# END FRAME FORWARDING
#