Skip to content

Commit b871839

Browse files
committed
~
1 parent 89c4bfc commit b871839

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang-tools-extra/test/clang-tidy/check_clang_tidy.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,8 +398,8 @@ def parse_arguments() -> Tuple[argparse.Namespace, List[str]]:
398398

399399

400400
def main() -> None:
401-
sys.stdout.reconfigure(encoding='utf-8')
402-
sys.stderr.reconfigure(encoding='utf-8')
401+
sys.stdout.reconfigure(encoding="utf-8")
402+
sys.stderr.reconfigure(encoding="utf-8")
403403
args, extra_args = parse_arguments()
404404

405405
abbreviated_stds = args.std

0 commit comments

Comments
 (0)