mirror of
https://framagit.org/veretcle/oolatoocs.git
synced 2025-07-20 20:41:17 +02:00
make fmt happy
This commit is contained in:
@@ -39,7 +39,10 @@ pub async fn run(config: &Config) {
|
||||
|
||||
strip_mastodon_tags(&mut tweet_content, &toot.tags).unwrap();
|
||||
|
||||
tweet_content = tweet_content.trim_end_matches('\n').trim_end_matches(' ').to_string();
|
||||
tweet_content = tweet_content
|
||||
.trim_end_matches('\n')
|
||||
.trim_end_matches(' ')
|
||||
.to_string();
|
||||
|
||||
println!("{:?}", tweet_content);
|
||||
}
|
||||
|
Reference in New Issue
Block a user