Add newline at the end of file

This commit is contained in:
Mattia Codato 2020-06-26 16:36:57 +02:00
parent fd761397ac
commit 50693d7ea9
2 changed files with 2 additions and 2 deletions

View File

@ -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);
}
}

View File

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