Skip to content

Commit 43e62c0

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 8e83931 commit 43e62c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ESPAsyncWebServer.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class FileOpenMode {
9292
#endif
9393

9494
// if this value is returned when asked for data, packet will not be sent and you will be asked for data again
95-
#define RESPONSE_TRY_AGAIN 0xFFFFFFFF
95+
#define RESPONSE_TRY_AGAIN 0xFFFFFFFF
9696

9797
#ifndef CONFIG_TCP_MSS
9898
#define RESPONSE_STREAM_BUFFER_SIZE 1460

0 commit comments

Comments
 (0)