Remove whitespace

This commit is contained in:
n3rdopolis 2017-08-06 12:20:26 -04:00 committed by GitHub
parent aac783ed3a
commit 05e48d4357

View File

@ -27,7 +27,7 @@ def run():
:return:
"""
return_code = target_env_call(["update-initramfs", "-k", "all", "-c",
return_code = target_env_call(["update-initramfs", "-k", "all", "-c",
"-t"])
if return_code != 0: