From 45cba2778426601bdffbcfe6aa7310aee76a6e54 Mon Sep 17 00:00:00 2001 From: Oliver Reiche Date: Wed, 23 Mar 2022 11:31:04 +0100 Subject: Apply changes suggested by clang-format 11 --- test/buildtool/build_engine/expression/linked_map.test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/buildtool/build_engine/expression/linked_map.test.cpp') diff --git a/test/buildtool/build_engine/expression/linked_map.test.cpp b/test/buildtool/build_engine/expression/linked_map.test.cpp index b4546f0f..fbbd1b55 100644 --- a/test/buildtool/build_engine/expression/linked_map.test.cpp +++ b/test/buildtool/build_engine/expression/linked_map.test.cpp @@ -89,7 +89,7 @@ class CopyCounter { } return *this; } - auto operator=(CopyCounter &&) -> CopyCounter& = default; + auto operator=(CopyCounter&&) -> CopyCounter& = default; [[nodiscard]] auto Count() const -> std::size_t { return *count_; } private: -- cgit v1.2.3