summaryrefslogtreecommitdiff
path: root/redfish-core/lib/task.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core/lib/task.hpp')
-rw-r--r--redfish-core/lib/task.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/redfish-core/lib/task.hpp b/redfish-core/lib/task.hpp
index 4edfe182d6..167a0c7d40 100644
--- a/redfish-core/lib/task.hpp
+++ b/redfish-core/lib/task.hpp
@@ -198,8 +198,8 @@ struct TaskData : std::enable_shared_from_this<TaskData>
static void sendTaskEvent(std::string_view state, size_t index)
{
- std::string origin =
- "/redfish/v1/TaskService/Tasks/" + std::to_string(index);
+ std::string origin = "/redfish/v1/TaskService/Tasks/" +
+ std::to_string(index);
std::string resType = "Task";
// TaskState enums which should send out an event are:
// "Starting" = taskResumed