Skip to content

Commit 3303ccc

Browse files
ci(pre-commit): Apply automatic fixes
1 parent 6202480 commit 3303ccc

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/WebRequest.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1363,8 +1363,8 @@ const char *AsyncWebServerRequest::methodToString(WebRequestMethod method) const
13631363
case HTTP_LINK: return T_LINK;
13641364
case HTTP_UNLINK: return T_UNLINK;
13651365
/* HTTP_ANY: should not happen */
1366-
case HTTP_ANY: return T_ANY;
1367-
default: return T_UNKNOWN;
1366+
case HTTP_ANY: return T_ANY;
1367+
default: return T_UNKNOWN;
13681368
}
13691369
}
13701370

0 commit comments

Comments
 (0)