From e883d87e43b06b54a810413d0a728ace1e9c26a0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Wed, 20 Jul 2022 11:05:07 -0400 Subject: Clean up special member functions and format with clang-format 14 --- test/maid_test.cpp | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'test') diff --git a/test/maid_test.cpp b/test/maid_test.cpp index 2a936f9..ba9867e 100644 --- a/test/maid_test.cpp +++ b/test/maid_test.cpp @@ -30,11 +30,10 @@ public: ++n_junk; } - Junk(const Junk&) = delete; + Junk(const Junk&) = delete; Junk& operator=(const Junk&) = delete; - - Junk(Junk&&) = delete; - Junk& operator=(Junk&&) = delete; + Junk(Junk&&) = delete; + Junk& operator=(Junk&&) = delete; ~Junk() override { --n_junk; } -- cgit v1.2.1