aboutsummaryrefslogtreecommitdiffhomepage
path: root/crates/shirabe/src/util/auth_helper.rs
diff options
context:
space:
mode:
Diffstat (limited to 'crates/shirabe/src/util/auth_helper.rs')
-rw-r--r--crates/shirabe/src/util/auth_helper.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/shirabe/src/util/auth_helper.rs b/crates/shirabe/src/util/auth_helper.rs
index d8b77ac..0b1620d 100644
--- a/crates/shirabe/src/util/auth_helper.rs
+++ b/crates/shirabe/src/util/auth_helper.rs
@@ -418,7 +418,7 @@ impl AuthHelper {
}
self.io.write_error3(
- &format!(" Authentication required (<info>{}</info>):", origin,),
+ &format!(" Authentication required (<info>{}</info>):", origin),
true,
io_interface::NORMAL,
);