Skip to content

Commit a3d3c15

Browse files
ci(pre-commit): Apply automatic fixes
1 parent faf3551 commit a3d3c15

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

src/ESPAsyncWebServer.h

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -626,11 +626,9 @@ class AsyncWebServerRequest {
626626
}
627627

628628
[[deprecated("All headers are now collected. Use removeHeader(name) or AsyncHeaderFreeMiddleware if you really need to free some headers.")]]
629-
void addInterestingHeader(__asyncws_unused const char *name) {
630-
}
629+
void addInterestingHeader(__asyncws_unused const char *name) {}
631630
[[deprecated("All headers are now collected. Use removeHeader(name) or AsyncHeaderFreeMiddleware if you really need to free some headers.")]]
632-
void addInterestingHeader(__asyncws_unused const String &name) {
633-
}
631+
void addInterestingHeader(__asyncws_unused const String &name) {}
634632

635633
/**
636634
* @brief issue HTTP redirect response with Location header

0 commit comments

Comments
 (0)