diff options
-rwxr-xr-x | PRESUBMIT.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/PRESUBMIT.py b/PRESUBMIT.py index e1b33a8..d73d566 100755 --- a/PRESUBMIT.py +++ b/PRESUBMIT.py @@ -92,7 +92,7 @@ def LocalChecks(input_api, output_api, max_cols=80): eof_files.append(path) local_errors = [] - # Remove EOL character. + # Remove end of line character. lines = contents.splitlines() line_num = 1 for line in lines: |