From 06904434c870609af5a078b53204c32ff6464e8c Mon Sep 17 00:00:00 2001 From: VC Date: Tue, 8 Nov 2022 08:32:36 +0100 Subject: [PATCH] fix: indentation error when registering --- src/mastodon.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mastodon.rs b/src/mastodon.rs index 395f07b..5434f40 100644 --- a/src/mastodon.rs +++ b/src/mastodon.rs @@ -101,9 +101,9 @@ pub fn register(host: &str, screen_name: &str) { println!( "Please insert the following block at the end of your configuration file: - [mastodon.{}] - twitter_screen_name = \"{}\" - {}", +[mastodon.{}] +twitter_screen_name = \"{}\" +{}", screen_name.to_lowercase(), screen_name, toml