Skip to content

Commit 944b2ff

Browse files
author
Ioannis Giagkiozis
committed
Remove dead code
1 parent dde8f3f commit 944b2ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotly/src/plot.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ impl Plot {
364364
let s = trace.serialize();
365365
plot_data.push_str(format!("var trace_{} = {};\n", idx, s).as_str());
366366
}
367-
// plot_data.push_str("\n");
367+
368368
plot_data.push_str("var data = [");
369369
for idx in 0..self.traces.len() {
370370
if idx != self.traces.len() - 1 {

0 commit comments

Comments
 (0)