buildroot: small whitespace fix

Introduce a newline. David, we miss you.
This commit is contained in:
Christian Kellner 2021-12-06 15:59:03 +00:00 committed by mergify[bot]
parent c434d7bea2
commit fdf3160f49

View file

@ -30,6 +30,7 @@ class CompletedBuild:
`output`. The latter is also provided via `stderr`, `stdout`
properties, making it a drop-in replacement for `CompletedProcess`.
"""
def __init__(self, proc: subprocess.CompletedProcess, output: str):
self.process = proc
self.output = output