aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorNerdyPepper <[email protected]>2018-06-28 13:54:40 +0100
committerNerdyPepper <[email protected]>2018-06-28 13:54:40 +0100
commit399291eb6e90dc7d6f78ac5e92887d043916fc79 (patch)
tree591cf762471a4939ff2a15f8227e6a85ffd414b6 /src
parentd7f9120c121f8957edd1d6c4634e584ec145bbbc (diff)
Fix all issues with formatting
Diffstat (limited to 'src')
-rw-r--r--src/content.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/content.rs b/src/content.rs
index e31531b..18b39f7 100644
--- a/src/content.rs
+++ b/src/content.rs
@@ -87,6 +87,8 @@ pub fn extract_formatter(extract: String) -> StyledString {
87 } else { 87 } else {
88 formatted.append(StyledString::plain(line)); 88 formatted.append(StyledString::plain(line));
89 } 89 }
90
91 formatted.append(StyledString::plain("\n"))
90 } 92 }
91 93
92 formatted 94 formatted