Skip to content

Commit 0b9f8b6

Browse files
committed
break long lines
1 parent 3ffa4ff commit 0b9f8b6

1 file changed

Lines changed: 13 additions & 2 deletions

File tree

haml/flamegraphitem.hamljl

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,19 @@
1414
- @surround("(", ")") do
1515
= cnt |> fmtcount($report.tracecount)
1616
%a(target="_top", var"xlink:href"=href(pt.containing_function))
17-
%rect(x=$x[], y=$y, width=width, height=15.0, fill=fillcolor, rx=2, ry=2)/
18-
%text(text_anchor="", x=$x[] + 3, y=$y + 10.5, font_size=12, font_family="Verdana", fill="rgb(0,0,0)")= show_label ? label : " "
17+
%rect(x=$x[],
18+
y=$y,
19+
width=width,
20+
height=15.0,
21+
fill=fillcolor,
22+
rx=2,
23+
ry=2)/
24+
%text(text_anchor="",
25+
x=$x[] + 3,
26+
y=$y + 10.5,
27+
font_size=12,
28+
font_family="Verdana",
29+
fill="rgb(0,0,0)")= show_label ? label : " "
1930
- curx = Ref($x[])
2031
- for child in $node[]
2132
- @output render_flamegraphitem(report=$report, node=Ref{Any}(child),

0 commit comments

Comments
 (0)