mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-14 09:05:19 +02:00
LINT fix
This commit is contained in:
@@ -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"; }
|
||||
|
||||
|
Reference in New Issue
Block a user