make fmt happy

This commit is contained in:
VC
2023-11-07 17:23:38 +01:00
parent 8c7e60881b
commit 5059abe685
3 changed files with 6 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
use megalodon::entities::status::Tag;
use std::error::Error;
use regex::Regex;
use std::error::Error;
pub fn strip_mastodon_tags(content: &mut String, tags: &Vec<Tag>) -> Result<(), Box<dyn Error>> {
for tag in tags {