From 5ce3bde3e73072e0640a4272b72e4dbc4ff017c1 Mon Sep 17 00:00:00 2001 From: VC Date: Mon, 7 Nov 2022 18:25:55 +0100 Subject: [PATCH] fix: remove unecessary \n in TOML conf --- src/mastodon.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/mastodon.rs b/src/mastodon.rs index d903b0e..395f07b 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: - \n[mastodon.{}] - \ntwitter_screen_name = \"{}\" - \n{}", + [mastodon.{}] + twitter_screen_name = \"{}\" + {}", screen_name.to_lowercase(), screen_name, toml