Skip to content
Snippets Groups Projects
Commit 1a6db3df authored by Michael Hanselmann's avatar Michael Hanselmann
Browse files

QA: Fix dictionary formatting


Make it match the style guide.

Signed-off-by: default avatarMichael Hanselmann <hansmi@google.com>
Reviewed-by: default avatarBernardo Dal Seno <bdalseno@google.com>
parent 04b5f222
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,11 @@ def _GetInstanceInfo(instance):
drbd_min[node] = [minor]
assert vols
assert nodes
return {"nodes": nodes, "volumes": vols, "drbd-minors": drbd_min}
return {
"nodes": nodes,
"volumes": vols,
"drbd-minors": drbd_min,
}
def _DestroyInstanceVolumes(instance):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment