Skip to content

Commit 832b79b

Browse files
committed
Revert "fix spacing"
This reverts commit 130f966.
1 parent 130f966 commit 832b79b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_esp32spi/adafruit_esp32spi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
# pylint: disable=bad-whitespace
5555
_SET_NET_CMD = const(0x10)
5656
_SET_PASSPHRASE_CMD = const(0x11)
57-
_SET_AP_NET_CMD = const(0x18)
57+
_SET_AP_NET_CMD = const(0x18)
5858
_SET_AP_PASSPHRASE_CMD = const(0x19)
5959
_SET_DEBUG_CMD = const(0x1A)
6060

0 commit comments

Comments
 (0)