Skip to content

Commit 74d4428

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 69c974f commit 74d4428

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/HTTPUpdate/src/HTTPUpdate.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ HTTPUpdateResult HTTPUpdate::handleUpdate(HTTPClient &http, const String &curren
310310
_partition = esp_partition_find_first(ESP_PARTITION_TYPE_DATA, ESP_PARTITION_SUBTYPE_DATA_LITTLEFS, NULL);
311311
}
312312
}
313-
313+
314314
if (!_partition) {
315315
_lastError = HTTP_UE_NO_PARTITION;
316316
return HTTP_UPDATE_FAILED;

0 commit comments

Comments
 (0)