aboutsummaryrefslogtreecommitdiff
path: root/zenserver/zenserver.cpp
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-10-23 19:00:54 +0200
committerStefan Boberg <[email protected]>2021-10-23 19:00:54 +0200
commit62534b176b04cd7d6b12ac993726e2986b719dbb (patch)
tree63db6f5ebd235ce84f94d2d54912d03fd32af10e /zenserver/zenserver.cpp
parentcas: fixed some warnings (diff)
downloadzen-62534b176b04cd7d6b12ac993726e2986b719dbb.tar.xz
zen-62534b176b04cd7d6b12ac993726e2986b719dbb.zip
clang-format
Diffstat (limited to 'zenserver/zenserver.cpp')
-rw-r--r--zenserver/zenserver.cpp7
1 files changed, 2 insertions, 5 deletions
diff --git a/zenserver/zenserver.cpp b/zenserver/zenserver.cpp
index f2442907b..542ad6dd2 100644
--- a/zenserver/zenserver.cpp
+++ b/zenserver/zenserver.cpp
@@ -680,11 +680,8 @@ ZenServer::InitializeStructuredCache(ZenServiceConfig& ServiceConfig)
}
}
- m_StructuredCacheService.reset(new zen::HttpStructuredCacheService(*m_CacheStore,
- *m_CidStore,
- m_StatsService,
- m_StatusService,
- std::move(UpstreamCache)));
+ m_StructuredCacheService.reset(
+ new zen::HttpStructuredCacheService(*m_CacheStore, *m_CidStore, m_StatsService, m_StatusService, std::move(UpstreamCache)));
}
} // namespace zen