remove trailing whitespace

This commit is contained in:
Ian McEwen
2024-08-25 18:27:34 -07:00
parent 1981f0e899
commit b2acc84717

View File

@@ -1185,7 +1185,7 @@ class MeshInterface: # pylint: disable=R0902
if num == BROADCAST_NUM:
if isDest:
return BROADCAST_ADDR
else:
else:
return "Unknown"
try: