From efa4876954aaafdbb8d905e7e36f7e6a682c111d Mon Sep 17 00:00:00 2001 From: Owen W. Taylor Date: Mar 25 2021 07:20:03 +0000 Subject: update.py: Minor indentation fixes --- diff --git a/update.py b/update.py index a9bb163..f6fad05 100755 --- a/update.py +++ b/update.py @@ -35,13 +35,13 @@ def info(*args): def verbose(*args): if is_verbose: print(click.style("DEBUG", bold=True) + ":", - *args, file=sys.stderr) + *args, file=sys.stderr) def warning(*args): if not is_quiet: print(click.style("WARNING", fg="red", bold=True) + ":", - *args, file=sys.stderr) + *args, file=sys.stderr) def error(*args):