General tidying, addressing issues found by static analysis tool.
This commit is contained in:
@@ -13,7 +13,7 @@ namespace Bloom::Events
|
||||
|
||||
static inline const std::string name = "ReportTargetControllerState";
|
||||
|
||||
std::string getName() const override {
|
||||
[[nodiscard]] std::string getName() const override {
|
||||
return ReportTargetControllerState::name;
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user