From 47c3eb785ec49b69b21d16d6c53aff2e0ff8b6c1 Mon Sep 17 00:00:00 2001 From: Kunal Tyagi Date: Sun, 26 Jun 2022 04:01:43 +0900 Subject: [PATCH] astyle is really choosy --- tests/src/unit-udt_macro.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/src/unit-udt_macro.cpp b/tests/src/unit-udt_macro.cpp index ce4ebe260..3bf4b1d34 100644 --- a/tests/src/unit-udt_macro.cpp +++ b/tests/src/unit-udt_macro.cpp @@ -41,7 +41,6 @@ namespace persons std::string name = ""; \ int age = 0; \ json metadata = nullptr; \ - \ public: \ bool operator==(const ClassName& rhs) const \ { \