mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-15 09:25:37 +02:00
Pass clang-format on various cpp/header files (#5559)
This commit is contained in:
@@ -23,7 +23,8 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
#include "nodedef.h"
|
||||
#include "content_mapnode.h"
|
||||
|
||||
class TestMapNode : public TestBase {
|
||||
class TestMapNode : public TestBase
|
||||
{
|
||||
public:
|
||||
TestMapNode() { TestManager::registerTestModule(this); }
|
||||
const char *getName() { return "TestMapNode"; }
|
||||
|
Reference in New Issue
Block a user