| Index: presubmit_canned_checks.py
|
| diff --git a/presubmit_canned_checks.py b/presubmit_canned_checks.py
|
| index 68b981908938e48685012fb5644c72b5b36d35e8..aecdd83fa50e9621f36557ba6583afd415ad0ce4 100644
|
| --- a/presubmit_canned_checks.py
|
| +++ b/presubmit_canned_checks.py
|
| @@ -228,7 +228,7 @@ def CheckChangeHasNoCrAndHasOnlyOneEol(input_api, output_api,
|
|
|
| def _ReportErrorFileAndLine(filename, line_num, dummy_line):
|
| """Default error formatter for _FindNewViolationsOfRule."""
|
| - return '%s, line %s' % (filename, line_num)
|
| + return '%s:%s' % (filename, line_num)
|
|
|
|
|
| def _FindNewViolationsOfRule(callable_rule, input_api, source_file_filter=None,
|
|
|