浏览代码

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));
 }