Skip to content

Commit 8baacd3

Browse files
ci(pre-commit): Apply automatic fixes
1 parent d2fe745 commit 8baacd3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AsyncWebServerVersion.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,8 @@ extern "C" {
3131
/**
3232
* Current version, as string
3333
*/
34-
#define df2xstr(s) #s
35-
#define df2str(s) df2xstr(s)
34+
#define df2xstr(s) #s
35+
#define df2str(s) df2xstr(s)
3636
#define ASYNCWEBSERVER_VERSION df2str(ASYNCWEBSERVER_VERSION_MAJOR) "." df2str(ASYNCWEBSERVER_VERSION_MINOR) "." df2str(ASYNCWEBSERVER_VERSION_PATCH)
3737

3838
#ifdef __cplusplus

0 commit comments

Comments
 (0)