Skip to content

Commit 8f44cec

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 28233aa commit 8f44cec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/WiFi/src/WiFiScan.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ int16_t
114114
*/
115115
void WiFiScanClass::_scanDone() {
116116
if (!(WiFiGenericClass::getStatusBits() & WIFI_SCANNING_BIT)) {
117-
return; //Ignore if not scanning, scan was started by other
117+
return; //Ignore if not scanning, scan was started by other
118118
}
119119
esp_wifi_scan_get_ap_num(&(WiFiScanClass::_scanCount));
120120
if (WiFiScanClass::_scanResult) {

0 commit comments

Comments
 (0)