aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2023-07-18 04:30:27 -0400
committerJesse Luehrs <doy@tozt.net>2023-07-18 04:30:27 -0400
commitc641445f05d107c6317c99123046cef6b47f22c7 (patch)
treeda096121f144ffb05a1438b671637da919d685ff /src/bin
parent6cafbcd094f37b3690de02cfa6d8839ff491b20f (diff)
downloadrbw-c641445f05d107c6317c99123046cef6b47f22c7.tar.gz
rbw-c641445f05d107c6317c99123046cef6b47f22c7.zip
clippy
Diffstat (limited to 'src/bin')
-rw-r--r--src/bin/rbw/commands.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/rbw/commands.rs b/src/bin/rbw/commands.rs
index 2e1b483..9bf02b0 100644
--- a/src/bin/rbw/commands.rs
+++ b/src/bin/rbw/commands.rs
@@ -679,7 +679,7 @@ pub fn config_set(key: &str, value: &str) -> anyhow::Result<()> {
"base_url" => config.base_url = Some(value.to_string()),
"identity_url" => config.identity_url = Some(value.to_string()),
"notifications_url" => {
- config.notifications_url = Some(value.to_string())
+ config.notifications_url = Some(value.to_string());
}
"client_cert_path" => {
config.client_cert_path =