infra: reduce length of line to fix CI (#7722)

* infra: reduce length of line to fix CI

* update indentation
This commit is contained in:
DavidKorczynski 2022-05-19 19:31:55 +01:00 committed by GitHub
parent eb7c59645b
commit 8d0f7ef8d4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 4 deletions

View File

@ -48,10 +48,11 @@ FUZZING_STATUS_FILENAME = 'status.json'
COVERAGE_STATUS_FILENAME = 'status-coverage.json'
INTROSPECTOR_STATUS_FILENAME = 'status-introspector.json'
HTML_PREFIX_STRING = (
'<!DOCTYPE html>\n<html>\n'
'\t<head><h2>Index of Fuzz-Introspector reports for OSS-Fuzz projects</h2></head>\n'
'\t<body>\n\t<font size="4">\n')
HTML_PREFIX_STRING = ('<!DOCTYPE html>\n<html>\n'
'\t<head><h2>'
'Index of Fuzz-Introspector reports for OSS-Fuzz projects'
'</h2></head>\n'
'\t<body>\n\t<font size="4">\n')
HTML_SUFFIX_STRING = '\t</font>\n\t</body>\n</html>'
# pylint: disable=invalid-name