Parcourir la source

Fix code format

yhirose il y a 1 mois
Parent
commit
bb22553087
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. 1 2
      test/test.cc

+ 1 - 2
test/test.cc

@@ -11649,8 +11649,7 @@ TEST(MultipartFormDataTest, AlternateFilenameLongValueAndCaseInsensitive) {
   auto req = "POST /test HTTP/1.1\r\n"
              "Content-Type: multipart/form-data;boundary=--------\r\n"
              "Content-Length: " +
-             std::to_string(body.size()) +
-             "\r\n\r\n" + body;
+             std::to_string(body.size()) + "\r\n\r\n" + body;
 
   ASSERT_TRUE(send_request(1, req));
 }