diff options
-rw-r--r-- | src/content.rs | 2 |
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 |