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:
parent
352024830c
commit
179f210e26
1 changed files with 1 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue