Skip to content

Commit 5e0f608

Browse files
committed
Remove trailing spaces
1 parent e45c006 commit 5e0f608

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_ina3221.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -451,7 +451,7 @@ def shunt_voltage_sum(self) -> float:
451451
def shunt_voltage_sum_limit(self) -> float:
452452
LSB = SHUNT_V_LSB
453453
return self._register_value_getter(addr=SHUNTVOLTAGE_SUM_LIMIT, lsb=LSB, shift=1)
454-
454+
455455
@shunt_voltage_sum_limit.setter
456456
def shunt_voltage_sum_limit(self, limit: float | int) -> None:
457457
LSB = SHUNT_V_LSB

0 commit comments

Comments
 (0)