Skip to content

Commit 8052acb

Browse files
authored
Formatting
1 parent 791d076 commit 8052acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/ina219_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
print("Voltage (VIN-) : {:6.3f} V".format(bus_voltage))
3939
print("Shunt Voltage : {:8.5f} V".format(shunt_voltage))
4040
print("Shunt Current : {:7.4f} A".format(current / 1000))
41-
print("Power Calc. : {:8.5f} W".format(bus_voltage*(current/1000)))
41+
print("Power Calc. : {:8.5f} W".format(bus_voltage * (current / 1000)))
4242
print("Power Register : {:6.3f} W".format(power))
4343
print("")
4444

0 commit comments

Comments
 (0)