]> git.scottworley.com Git - git-cache/commitdiff
Appease linter: Remove stray whitespace
authorScott Worley <scottworley@scottworley.com>
Fri, 9 Jul 2021 22:54:33 +0000 (15:54 -0700)
committerScott Worley <scottworley@scottworley.com>
Fri, 9 Jul 2021 22:54:33 +0000 (15:54 -0700)
git_cache.py

index b0f992e76589666ee86f5f8d8e27f51142af71c5..d54041be67fe1d3336cce7f1e03cf272288695ee 100644 (file)
@@ -156,7 +156,6 @@ def _show_force_warning() -> None:
     print('*' * 74, file=sys.stderr)
 
 
-
 @backoff.on_exception(
     backoff.expo,
     subprocess.CalledProcessError,