Skip to content

Commit d54d0b9

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 9f52b37 commit d54d0b9

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

src/ESPAsyncWebServer.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -677,8 +677,9 @@ class AsyncWebServerRequest {
677677

678678
AsyncWebServerResponse *
679679
beginResponse(File content, const String &path, const char *contentType = asyncsrv::empty, bool download = false, AwsTemplateProcessor callback = nullptr);
680-
AsyncWebServerResponse *
681-
beginResponse(File content, const String &path, const String &contentType = asyncsrv::empty, bool download = false, AwsTemplateProcessor callback = nullptr) {
680+
AsyncWebServerResponse *beginResponse(
681+
File content, const String &path, const String &contentType = asyncsrv::empty, bool download = false, AwsTemplateProcessor callback = nullptr
682+
) {
682683
return beginResponse(content, path, contentType.c_str(), download, callback);
683684
}
684685

0 commit comments

Comments
 (0)