mirror of
https://framagit.org/veretcle/oolatoocs.git
synced 2025-07-21 04:51:17 +02:00
make fmt happy
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user