Run cargo fmt

This commit is contained in:
Kitaiti Makoto
2020-12-01 08:38:58 +09:00
parent 569979374f
commit 350697f89a
3 changed files with 3 additions and 6 deletions
+1 -2
View File
@@ -294,8 +294,7 @@ pub fn md_to_html<'a>(
}
let hashtag = text_acc;
let link = Tag::Link(
format!("{}tag/{}", base_url, &hashtag)
.into(),
format!("{}tag/{}", base_url, &hashtag).into(),
hashtag.to_owned().into(),
);