aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 20087e6..19cb235 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -497,7 +497,7 @@ impl Router {
},
match response_status {
20 => format!("{}{}\n{}", header, content, footer),
- 21 => format!(" {}", content),
+ 21 => content.to_string(),
_ => "".to_string(),
}
)