Fix clang-tidy
Change-Id: Iefe1b695b86a640d8dfaafd1f77f374fa34246de
Signed-off-by: Ed Tanous <etanous@nvidia.com>
diff --git a/redfish-core/lib/task.hpp b/redfish-core/lib/task.hpp
index 5f67cf0..80db518 100644
--- a/redfish-core/lib/task.hpp
+++ b/redfish-core/lib/task.hpp
@@ -197,7 +197,7 @@
self->messages.emplace_back(
messages::taskAborted(std::to_string(self->index)));
// Send event :TaskAborted
- self->sendTaskEvent(self->state, self->index);
+ sendTaskEvent(self->state, self->index);
self->callback(ec, msg, self);
});
}
@@ -281,7 +281,7 @@
self->finishTask();
// Send event
- self->sendTaskEvent(self->state, self->index);
+ sendTaskEvent(self->state, self->index);
// reset the match after the callback was successful
boost::asio::post(