Skip to content

Commit 66a24d7

Browse files
committed
Adjusted formatting
1 parent e68fb4f commit 66a24d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_sht31d.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ def _crc(data):
115115
for _ in range(8):
116116
if crc & 0x80:
117117
crc <<= 1
118-
crc ^= 0x31 #
118+
crc ^= 0x31
119119
else:
120120
crc <<= 1
121121
return crc & 0xFF

0 commit comments

Comments
 (0)