Add newline at the end of file

This commit is contained in:
Mattia Codato 2020-06-26 16:36:57 +02:00 committed by Noah Hilverling
parent fd071f9512
commit c1f3356754
2 changed files with 2 additions and 2 deletions

View File

@ -684,4 +684,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);
}
}

View File

@ -980,4 +980,4 @@ Value ClusterEvents::UpdateExecutionsAPIHandler(const MessageOrigin::Ptr& origin
checkable->SetExecutions(executions);
return Empty;
}
}