From 97b0fc2295adcdb1ba54e003227f486a92425acd Mon Sep 17 00:00:00 2001 From: bnewbold Date: Sat, 28 Jan 2017 21:36:49 -0800 Subject: switch to sci notation for floats (except latex) --- src/repr_latex.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/repr_latex.rs') diff --git a/src/repr_latex.rs b/src/repr_latex.rs index 51c9e7a..09bf549 100644 --- a/src/repr_latex.rs +++ b/src/repr_latex.rs @@ -53,7 +53,6 @@ r#"\({name}\) d.clone() } else { "".to_string() })); } - let rows = rows.join("\n"); Ok(format!( r#"
Variable @@ -64,7 +63,7 @@ r#" {rows}
"#, - rows = rows.join("\n ")) + rows = rows.join("\n "))) } } -- cgit v1.2.3