Skip to content

Commit 3227996

Browse files
committed
whitespace
1 parent 58152bd commit 3227996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_sgp30.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ def set_iaq_baseline(self, eCO2, TVOC): # pylint: disable=invalid-name
129129
arr.append(self._generate_crc(arr))
130130
buffer += arr
131131
self._run_profile(["iaq_set_baseline", [0x20, 0x1e] + buffer, 0, 0.01])
132-
132+
133133
def set_iaq_humidity(self, rh): # pylint: disable=invalid-name
134134
"""Set the humidity for eCO2 and TVOC compensation algorithm"""
135135
rh = int(rh * 256)

0 commit comments

Comments
 (0)