Skip to content

Commit fb52b69

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 25cb968 commit fb52b69

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/WebRequest.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
#include "literals.h"
88
#include <cstring>
99

10-
static inline bool isParamChar(char c) { return ((c) && ((c) != '{') && ((c) != '[') && ((c) != '&') && ((c) != '=')); }
10+
static inline bool isParamChar(char c) {
11+
return ((c) && ((c) != '{') && ((c) != '[') && ((c) != '&') && ((c) != '='));
12+
}
1113

1214
static void doNotDelete(AsyncWebServerRequest *) {}
1315

0 commit comments

Comments
 (0)