Skip to content

Commit ce0a3bb

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 3de935a commit ce0a3bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: libraries/WiFi/src/AP.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ void APClass::_onApEvent(int32_t event_id, void *event_data) {
148148
}
149149
}
150150

151-
APClass::APClass(): _wifi_ap_event_handle(0) {
151+
APClass::APClass() : _wifi_ap_event_handle(0) {
152152
_ap_network_if = this;
153153
}
154154

0 commit comments

Comments
 (0)