Tidying
This commit is contained in:
@@ -10,7 +10,7 @@ namespace Bloom::Events
|
||||
{
|
||||
public:
|
||||
static constexpr EventType type = EventType::SHUTDOWN_TARGET_CONTROLLER;
|
||||
static inline const std::string name = "ShutdownTargetControllerEvent";
|
||||
static const inline std::string name = "ShutdownTargetControllerEvent";
|
||||
|
||||
[[nodiscard]] EventType getType() const override {
|
||||
return ShutdownTargetController::type;
|
||||
|
||||
Reference in New Issue
Block a user