Skip to content

Commit aa27861

Browse files
committed
Removed trailing white-space
1 parent 41ca55e commit aa27861

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
@@ -395,7 +395,7 @@ def _parse_gpgsv(self, args):
395395

396396
if len(data) < 3:
397397
return
398-
398+
399399
sat_tup = data[3:]
400400

401401
satdict = {}

0 commit comments

Comments
 (0)