diff --git a/tests/modules/TankModule.h b/tests/modules/TankModule.h index ac52606..3fa5dac 100644 --- a/tests/modules/TankModule.h +++ b/tests/modules/TankModule.h @@ -32,7 +32,8 @@ public: private: std::vector tanks; int frameCount = 0; - std::string moduleVersion = "v1.0";std::shared_ptr logger; + std::string moduleVersion = "v1.0"; + std::shared_ptr logger; std::unique_ptr config; void updateTank(Tank& tank, float dt);