mirror of https://github.com/Icinga/icinga2.git
Add newline at the end of file
This commit is contained in:
parent
fd761397ac
commit
50693d7ea9
|
@ -714,4 +714,4 @@ Dictionary::Ptr ApiActions::ExecuteCommand(const ConfigObject::Ptr& object,
|
|||
Dictionary::Ptr result = new Dictionary();
|
||||
result->Set(checkable->GetName(), uuid);
|
||||
return ApiActions::CreateResult(202, "Accepted", result);
|
||||
}
|
||||
}
|
||||
|
|
|
@ -992,4 +992,4 @@ Value ClusterEvents::UpdateExecutionsAPIHandler(const MessageOrigin::Ptr& origin
|
|||
checkable->SetExecutions(executions);
|
||||
|
||||
return Empty;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue