From ca91bd3945fa9e93b48cad72a1bca910badfd940 Mon Sep 17 00:00:00 2001 From: Per Larsson Date: Thu, 11 Nov 2021 15:08:02 +0100 Subject: Format fix. --- zenserver-test/zenserver-test.cpp | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) (limited to 'zenserver-test/zenserver-test.cpp') diff --git a/zenserver-test/zenserver-test.cpp b/zenserver-test/zenserver-test.cpp index 52648efcc..3d190112b 100644 --- a/zenserver-test/zenserver-test.cpp +++ b/zenserver-test/zenserver-test.cpp @@ -464,7 +464,9 @@ using namespace std::literals; class full_test_formatter final : public spdlog::formatter { public: - full_test_formatter(std::string_view LogId, std::chrono::time_point Epoch) : m_Epoch(Epoch), m_LogId(LogId) {} + full_test_formatter(std::string_view LogId, std::chrono::time_point Epoch) : m_Epoch(Epoch), m_LogId(LogId) + { + } virtual std::unique_ptr clone() const override { return std::make_unique(m_LogId, m_Epoch); } @@ -1705,8 +1707,8 @@ TEST_CASE("zcache.policy") LocalCfg.Spawn(LocalInst); - zen::IoHash Key; - zen::IoHash PayloadId; + zen::IoHash Key; + zen::IoHash PayloadId; // Store package locally { @@ -1763,8 +1765,8 @@ TEST_CASE("zcache.policy") UpstreamCfg.Spawn(UpstreamInst); LocalCfg.Spawn(LocalInst); - zen::IoHash Key; - zen::IoHash PayloadId; + zen::IoHash Key; + zen::IoHash PayloadId; // Store package upstream { -- cgit v1.2.3