فهرست منبع

Fix code format

yhirose 4 هفته پیش
والد
کامیت
bb22553087
1فایلهای تغییر یافته به همراه1 افزوده شده و 2 حذف شده
  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));
 }