aboutsummaryrefslogtreecommitdiffstats
path: root/src/row.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/row.rs')
-rw-r--r--src/row.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/row.rs b/src/row.rs
index 8dc5b2e..8fc0531 100644
--- a/src/row.rs
+++ b/src/row.rs
@@ -119,7 +119,7 @@ impl Row {
}
}
if !self.wrapped {
- contents += "\n";
+ contents += "\r\n";
}
(contents, prev_attrs)
}