format/v2: small whitespace fixes

Fix a misaligned bracket.
This commit is contained in:
Christian Kellner 2021-06-07 12:27:22 +02:00 committed by Tom Gundersen
parent acfc5f6d71
commit 6a3b5818ef

View file

@ -33,13 +33,13 @@ def describe(manifest: Manifest, *, with_id=False) -> Dict:
desc = {
"type": ip.info.name,
"origin": origin,
}
}
if ip.options:
desc["options"] = ip.options
refs = {}
for name, ref in ip.refs.items():
if origin == "org.osbuild.pipeline":
if origin == "org.osbuild.pipeline":
name = pipeline_ref(name)
refs[name] = ref