From a0de42ebc41d5a7b24175f5766b6a811b056bf09 Mon Sep 17 00:00:00 2001 From: yhirose Date: Sat, 3 May 2025 17:40:34 +0900 Subject: [PATCH] clang-format --- test/test.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/test.cc b/test/test.cc index 7f5cc8a..a57b7c9 100644 --- a/test/test.cc +++ b/test/test.cc @@ -44,7 +44,8 @@ const string LONG_QUERY_VALUE = string(25000, '@'); const string LONG_QUERY_URL = "/long-query-value?key=" + LONG_QUERY_VALUE; const string TOO_LONG_QUERY_VALUE = string(35000, '@'); -const string TOO_LONG_QUERY_URL = "/too-long-query-value?key=" + TOO_LONG_QUERY_VALUE; +const string TOO_LONG_QUERY_URL = + "/too-long-query-value?key=" + TOO_LONG_QUERY_VALUE; const std::string JSON_DATA = "{\"hello\":\"world\"}";