diff --git a/presubmit_canned_checks.py b/presubmit_canned_checks.py index 11f18b1f5..9d676e5a7 100644 --- a/presubmit_canned_checks.py +++ b/presubmit_canned_checks.py @@ -361,7 +361,7 @@ def CheckLongLines(input_api, output_api, maxlen, source_file_filter=None): CPP_FILE_EXTS = ('c', 'cc') CPP_EXCEPTIONS = ('#define', '#endif', '#if', '#include', '#pragma') HTML_FILE_EXTS = ('html',) - HTML_EXCEPTIONS = ('