Skip to content

Commit 130f966

Browse files
author
Matt Costi
committed
fix spacing
1 parent ea630d2 commit 130f966

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)