From 3dafc007a95ae89904e0e92dc86ed27205de05c5 Mon Sep 17 00:00:00 2001 From: Loïc Blot Date: Fri, 15 Feb 2019 12:27:29 +0100 Subject: LINT fix --- src/unittest/test_address.cpp | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'src/unittest') diff --git a/src/unittest/test_address.cpp b/src/unittest/test_address.cpp index 000a648f1..35d4effb6 100644 --- a/src/unittest/test_address.cpp +++ b/src/unittest/test_address.cpp @@ -23,12 +23,10 @@ with this program; if not, write to the Free Software Foundation, Inc., #include "settings.h" #include "network/socket.h" -class TestAddress : public TestBase { +class TestAddress : public TestBase +{ public: - TestAddress() - { - TestManager::registerTestModule(this); - } + TestAddress() { TestManager::registerTestModule(this); } const char *getName() { return "TestAddress"; } -- cgit v1.2.3