osbuild: fix coding style with missing newline

We generally surround function definitions with newlines. Make sure
this is also true for local function definitions.

Signed-off-by: David Rheinsberg <david.rheinsberg@gmail.com>
This commit is contained in:
David Rheinsberg 2020-03-02 20:56:43 +01:00 committed by Christian Kellner
parent 352024830c
commit 179f210e26

View file

@ -12,6 +12,7 @@ RED = "\033[31m"
def mark_checkpoints(pipeline, checkpoints):
points = set(checkpoints)
def mark_stage(stage):
for c in points:
if stage.id == c: