mirror of https://github.com/google/oss-fuzz.git
infra: reduce length of line to fix CI (#7722)
* infra: reduce length of line to fix CI * update indentation
This commit is contained in:
parent
eb7c59645b
commit
8d0f7ef8d4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue