Skip to content
Snippets Groups Projects
Commit d1307fe6 authored by Craig Tiller's avatar Craig Tiller Committed by GitHub
Browse files

Add \n

parent fc4f72a9
No related branches found
No related tags found
No related merge requests found
......@@ -75,7 +75,7 @@ def link(txt, tgt):
def text(txt):
global index_html
index_html += "<p><pre>%s</pre></p>" % txt
index_html += "<p><pre>%s</pre></p>\n" % txt
def collect_latency(bm_name, args):
"""generate latency profiles"""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment