From 0a010131b97a0f8478287befe9e511a900327d51 Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Sun, 9 Jul 2023 16:47:34 +0200 Subject: [PATCH] clang-format --- src/dwarfs/performance_monitor.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/dwarfs/performance_monitor.cpp b/src/dwarfs/performance_monitor.cpp index daa4029c..72b321fc 100644 --- a/src/dwarfs/performance_monitor.cpp +++ b/src/dwarfs/performance_monitor.cpp @@ -114,7 +114,8 @@ class performance_monitor_impl : public performance_monitor { using timer_id = performance_monitor::timer_id; using time_type = performance_monitor::time_type; - explicit performance_monitor_impl(std::unordered_set enabled_namespaces) + explicit performance_monitor_impl( + std::unordered_set enabled_namespaces) : timebase_{get_timebase()} , enabled_namespaces_{std::move(enabled_namespaces)} {}