fix: indentation error when registering

This commit is contained in:
VC
2022-11-08 08:32:36 +01:00
parent 3c64df23bc
commit 06904434c8

View File

@@ -101,9 +101,9 @@ pub fn register(host: &str, screen_name: &str) {
println!( println!(
"Please insert the following block at the end of your configuration file: "Please insert the following block at the end of your configuration file:
[mastodon.{}] [mastodon.{}]
twitter_screen_name = \"{}\" twitter_screen_name = \"{}\"
{}", {}",
screen_name.to_lowercase(), screen_name.to_lowercase(),
screen_name, screen_name,
toml toml