Skip to content

Commit 2a502bc

Browse files
committed
Indentation error
1 parent 786fc7e commit 2a502bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/busdevice_read_register_i2c_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@
1717
result = bytearray(1)
1818
bus_device.readinto(result)
1919

20-
print("".join([f"{x:02x} for x in result"]))
20+
print("".join([f"{x:02x} for x in result"]))

examples/busdevice_read_register_spi_simpletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@
1919
result = bytearray(1)
2020
bus_device.readinto(result)
2121

22-
print("".join([f"{x:02x} for x in result"]))
22+
print("".join([f"{x:02x} for x in result"]))

0 commit comments

Comments
 (0)