summaryrefslogtreecommitdiffstats
path: root/src/lib/http/tests
diff options
context:
space:
mode:
authorThomas Markwalder <tmark@isc.org>2021-04-08 14:52:34 +0200
committerThomas Markwalder <tmark@isc.org>2021-04-08 14:59:48 +0200
commitaa91e4250d78613531aaba8ce7f4e7eb1d56b04f (patch)
treee34f248161db7ade575267618da5396548b716f9 /src/lib/http/tests
parent[#1732] Addressed more review comments. (diff)
downloadkea-aa91e4250d78613531aaba8ce7f4e7eb1d56b04f.tar.xz
kea-aa91e4250d78613531aaba8ce7f4e7eb1d56b04f.zip
[#1732] More formatting nits.
Diffstat (limited to 'src/lib/http/tests')
-rw-r--r--src/lib/http/tests/mt_client_unittests.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/http/tests/mt_client_unittests.cc b/src/lib/http/tests/mt_client_unittests.cc
index ed2e0cc530..cab50bd764 100644
--- a/src/lib/http/tests/mt_client_unittests.cc
+++ b/src/lib/http/tests/mt_client_unittests.cc
@@ -466,7 +466,7 @@ public:
std::string main_thread_id = ss.str();
// Iterate over the client request/response pairs.
- for (auto const& clientRR : clientRRs_ ) {
+ for (auto const& clientRR : clientRRs_) {
// Make sure it's whole.
ASSERT_FALSE(clientRR->thread_id_.empty());
ASSERT_TRUE(clientRR->request_);