whitespace formatting

This commit is contained in:
Tomas Kopecek 2017-03-07 14:42:57 +01:00 committed by Mike McLean
parent ed86da02dc
commit 22bedc900d
10 changed files with 99 additions and 99 deletions

View file

@ -57,6 +57,6 @@ def runroot(tagInfo, arch, command, channel=None, **opts):
% (tagInfo, taskopts['channel']))
taskopts['arch'] = koji.canonArch(random.choice(choices))
args = koji.encode_args(tagInfo, arch, command,**opts)
args = koji.encode_args(tagInfo, arch, command, **opts)
return kojihub.make_task('runroot', args, **taskopts)