Merge "Small whitespace tweak."

This commit is contained in:
Jenkins 2013-04-30 16:54:34 +00:00 committed by Gerrit Code Review
commit d04a023ec6
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ class FilterScheduler(driver.Scheduler):
{'num_instances': len(instance_uuids)})
weighed_hosts = self._schedule(context, request_spec,
filter_properties, instance_uuids)
filter_properties, instance_uuids)
# NOTE(comstud): Make sure we do not pass this through. It
# contains an instance of RpcContext that cannot be serialized.