Skip to content

Commit 22b3062

Browse files
committed
remove whitespace
1 parent 373b8a3 commit 22b3062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meshtastic/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ def setOwner(self, long_name: Optional[str]=None, short_name: Optional[str]=None
317317
p.set_owner.short_name = short_name
318318
if is_unmessagable is not None:
319319
p.set_owner.is_unmessagable = is_unmessagable
320-
320+
321321
# Note: These debug lines are used in unit tests
322322
logging.debug(f"p.set_owner.long_name:{p.set_owner.long_name}:")
323323
logging.debug(f"p.set_owner.short_name:{p.set_owner.short_name}:")

0 commit comments

Comments
 (0)