Skip to content

Commit 8752a0d

Browse files
committed
remove whitespace
1 parent 7160e79 commit 8752a0d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

meshtastic/node.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ def setOwner(self, long_name: Optional[str]=None, short_name: Optional[str]=None
326326
else:
327327
onResponse = self.onAckNak
328328
return self._sendAdmin(p, onResponse=onResponse)
329-
329+
330330
def setIsUnmessageable(self, is_unmessagable: Optional[bool]=False):
331331
"""Set if a device is messagable or not"""
332332
self.ensureSessionKey()

0 commit comments

Comments
 (0)