Skip to content

Commit 442759f

Browse files
committed
dj travis wants her space
1 parent dfa9300 commit 442759f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_si4713.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ def _set_rds_buffer(self, rds_buffer):
471471
# Fire off each 4 byte update of the station value.
472472
for i in range(0, buf_length, 4):
473473
self._BUFFER[0] = _SI4710_CMD_TX_RDS_BUFF
474-
self._BUFFER[1] = 0x06 if i==0 else 0x04
474+
self._BUFFER[1] = 0x06 if i == 0 else 0x04
475475
self._BUFFER[2] = 0x20
476476
self._BUFFER[3] = i // 4
477477
self._BUFFER[4] = rds_buffer[i] if i < buf_length else 0x00

0 commit comments

Comments
 (0)