format/v2: small whitespace fixes
Fix a misaligned bracket.
This commit is contained in:
parent
acfc5f6d71
commit
6a3b5818ef
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue