Skip to content

Commit 84ad2b6

Browse files
committed
fix formatting
1 parent 499c9cd commit 84ad2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/PerfTests/PerfTests.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ void setup() {
120120
//
121121
// > autocannon -c 16 -w 16 -d 20 --renderStatusCodes http://192.168.4.1/
122122
// > ab -c 16 -t 20 http://192.168.4.1/
123-
//
123+
//
124124
server.on("/", HTTP_GET, [](AsyncWebServerRequest *request) {
125125
// need to cast to uint8_t*
126126
// if you do not, the const char* will be copied in a temporary String buffer

0 commit comments

Comments
 (0)