Skip to content

Commit 44cef8e

Browse files
committed
nl
1 parent ae45c83 commit 44cef8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_gps.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -505,4 +505,4 @@ def readline(self):
505505
ret = bytearray(self._internalbuffer)
506506
self._internalbuffer = [] # reset the buffer to empty
507507
return ret
508-
return None # no completed data yet
508+
return None # no completed data yet

0 commit comments

Comments
 (0)