Skip to content

Commit baa34f1

Browse files
committed
Fix line length.
1 parent a4a3ae2 commit baa34f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

filprofiler/_report.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ def render_report(output_path: str, now: datetime) -> str:
8989
and memory bottlenecks by continuously profiling in production.</strong></p></blockquote>
9090
<br>
9191
<br>
92-
<div style="text-align: center;"><p><input type="button" onclick="fullScreen('#peak-reversed');" value="Full screen"> · <a href="peak-memory-reversed.svg" target="_blank"><button>Open in new window</button></a></p>
92+
<div style="text-align: center;"><p><input type="button" onclick="fullScreen('#peak-reversed');" value="Full screen"> ·
93+
<a href="peak-memory-reversed.svg" target="_blank"><button>Open in new window</button></a></p>
9394
<iframe id="peak-reversed" src="peak-memory-reversed.svg" width="100%" height="400" scrolling="auto" frameborder="0"></iframe><br>
9495
</div>
9596
<div class="center">

0 commit comments

Comments
 (0)