plugin/osbuild: simple whitespace changes

No semantic change.
This commit is contained in:
Christian Kellner 2020-09-07 18:29:22 +02:00
parent 0bbcef29e3
commit ccf6d60dac

View file

@ -316,6 +316,7 @@ def compose_cmd(client: Client, args):
break
time.sleep(2)
show_compose(status)
@ -378,6 +379,5 @@ def main():
return 1
if __name__ == "__main__":
sys.exit(main())