summaryrefslogtreecommitdiffstats
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index fbf3b40..ec9d2fe 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -7,7 +7,6 @@ use tabprint::cell::Cell;
fn main() {
let mut table = Table::new(row!["ABC", "DEFG", "HIJKLMN"]);
table.add_row(row!["foobar", "bar", "foo"]).unwrap();
- table.add_row(row!["foobar2", "bar2", "foo2"]).unwrap();
table.add_row(Row::new(vec![
Cell::new(&"foobar2".to_string()),
Cell::new(&"bar2".to_string()),