Version bump, CHANGELOG update, format

This commit is contained in:
2023-02-23 13:38:24 +01:00
parent 9bf3ff95b7
commit dc7afc5415
3 changed files with 6 additions and 4 deletions

View File

@ -20,7 +20,7 @@ ReturnValue_t CServiceHealthCommanding::initialize() {
}
healthTable = ObjectManager::instance()->get<HealthTable>(healthTableId);
if(healthTable == nullptr) {
if (healthTable == nullptr) {
return returnvalue::FAILED;
}