Skip to content

Commit a0de42e

Browse files
committed
clang-format
1 parent 7b75210 commit a0de42e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test.cc

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ const string LONG_QUERY_VALUE = string(25000, '@');
4444
const string LONG_QUERY_URL = "/long-query-value?key=" + LONG_QUERY_VALUE;
4545

4646
const string TOO_LONG_QUERY_VALUE = string(35000, '@');
47-
const string TOO_LONG_QUERY_URL = "/too-long-query-value?key=" + TOO_LONG_QUERY_VALUE;
47+
const string TOO_LONG_QUERY_URL =
48+
"/too-long-query-value?key=" + TOO_LONG_QUERY_VALUE;
4849

4950
const std::string JSON_DATA = "{\"hello\":\"world\"}";
5051

0 commit comments

Comments
 (0)