diff options
author | Oliver Reiche <oliver.reiche@huawei.com> | 2022-03-23 11:31:04 +0100 |
---|---|---|
committer | Oliver Reiche <oliver.reiche@huawei.com> | 2022-03-23 19:30:21 +0100 |
commit | 45cba2778426601bdffbcfe6aa7310aee76a6e54 (patch) | |
tree | e67b6b73bc7d4d9940fee3d1d324e4513c5dcbbe /test/buildtool/build_engine/expression/linked_map.test.cpp | |
parent | 4f6f3fcfaf4f2d99cf9c8f73fe93fd7bfa54c92a (diff) | |
download | justbuild-45cba2778426601bdffbcfe6aa7310aee76a6e54.tar.gz |
Apply changes suggested by clang-format 11
Diffstat (limited to 'test/buildtool/build_engine/expression/linked_map.test.cpp')
-rw-r--r-- | test/buildtool/build_engine/expression/linked_map.test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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: |