summaryrefslogtreecommitdiffstats
path: root/src/helpers/cli.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/helpers/cli.rs')
-rw-r--r--src/helpers/cli.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/helpers/cli.rs b/src/helpers/cli.rs
index b48d88f..fdd1583 100644
--- a/src/helpers/cli.rs
+++ b/src/helpers/cli.rs
@@ -14,7 +14,7 @@ pub async fn authenticate(registration: Registered) -> Result<Mastodon> {
let mut stdout = stdout.lock();
let mut stdin = stdin.lock();
- writeln!(&mut stdout, "Click this link to authorize: {}", url)?;
+ writeln!(&mut stdout, "Click this link to authorize: {url}")?;
write!(&mut stdout, "Paste the returned authorization code: ")?;
stdout.flush()?;