Skip to content

Commit 2e9683f

Browse files
committed
newline
1 parent 4e4865e commit 2e9683f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_rockblock.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,4 +72,4 @@ def _uart_xfer(self, cmd):
7272
@property
7373
def model(self):
7474
'''Return phone model.'''
75-
return self._uart_xfer('+GMM')
75+
return self._uart_xfer('+GMM')

0 commit comments

Comments
 (0)