8000 Trim whitespace · python/cpython@fc0a60b · GitHub
[go: up one dir, main page]

Skip to content

Commit fc0a60b

Browse files
committed
Trim whitespace
1 parent 615d228 commit fc0a60b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/build/check_warnings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def main(argv: list[str] | None = None) -> int:
149149

150150
status = get_unexpected_improvements(warnings, files_with_expected_warnings)
151151
if args.fail_on_improvement: exit_code |= status
152-
152+
153153
return exit_code
154154

155155
if __name__ == "__main__":

0 commit comments

Comments
 (0)
0