Skip to content

Commit 436700a

Browse files
committed
Reformatted per pre-commit
1 parent fd7c932 commit 436700a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_esp32spi/adafruit_esp32spi_wifimanager.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ def _get_next_ap(self):
132132

133133
def connect_normal(self):
134134
"""
135-
Attempt a regular style WiFi connection.
135+
Attempt a regular style WiFi connection.
136136
"""
137137
failure_count = 0
138138
(ssid, password) = self._get_next_ap()

0 commit comments

Comments
 (0)