Format code
Code didn't get well formatted when jenkins unusable. Signed-off-by: Haibo Lin <hlin@redhat.com>
This commit is contained in:
parent
735bfaa0d6
commit
b217470464
27 changed files with 214 additions and 89 deletions
|
|
@ -204,7 +204,8 @@ class TestRunrootKoji(helpers.PungiTestCase):
|
|||
def setUp(self):
|
||||
super(TestRunrootKoji, self).setUp()
|
||||
self.compose = helpers.DummyCompose(
|
||||
self.topdir, {"runroot": True, "runroot_tag": "f28-build"},
|
||||
self.topdir,
|
||||
{"runroot": True, "runroot_tag": "f28-build"},
|
||||
)
|
||||
|
||||
self.runroot = Runroot(self.compose)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue