aboutsummaryrefslogtreecommitdiff
path: root/src/app.rs
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-07-17 10:56:37 +0000
committerFuwn <[email protected]>2022-07-17 10:56:37 +0000
commite20cedb11300eb45ef051e80d064ea937df73722 (patch)
treecfadd08234439ef4acab0604737cac4cf973ea0c /src/app.rs
parentfeat(app.rs): auto obtain terminal width (diff)
downloadsydney-e20cedb11300eb45ef051e80d064ea937df73722.tar.xz
sydney-e20cedb11300eb45ef051e80d064ea937df73722.zip
feat(input.rs): refresh and validate wrap width
Diffstat (limited to 'src/app.rs')
-rw-r--r--src/app.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.rs b/src/app.rs
index a773319..d6a9a2d 100644
--- a/src/app.rs
+++ b/src/app.rs
@@ -111,7 +111,7 @@ impl App {
items = self.items.items.clone();
}
- items.push((vec![format!("{}", response.meta().to_string())], None));
+ items.push((vec![response.meta().to_string()], None));
items.push((vec!["".to_string()], None));
if let Some(content) = response.content().clone() {