mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-02 16:38:41 +00:00
LINT fix
This commit is contained in:
parent
88c68ce8ec
commit
3dafc007a9
2 changed files with 7 additions and 6 deletions
|
@ -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"; }
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue