Remove extra newline

This commit is contained in:
Mike Place 2017-07-27 10:59:07 -06:00 committed by GitHub
parent d2ef4483e4
commit 9c0b5cc1d6

View file

@ -902,7 +902,6 @@ def refresh_db(**kwargs):
# This feature is disable because it is not used by Salt and lasts a lot with using large repo like EPEL
update_cmd.append('--setopt=autocheck_running_kernel=false')
for args in (repo_arg, exclude_arg, branch_arg):
if args:
clean_cmd.extend(args)