fix clippy (#1698)

This commit is contained in:
Svyatoslav Nikolsky
2022-12-05 11:07:27 +03:00
committed by Bastian Köcher
parent 3eb24d4515
commit 66dfd2dcae
6 changed files with 10 additions and 28 deletions
+1 -2
View File
@@ -199,8 +199,7 @@ pub fn new_full(mut config: Configuration) -> Result<TaskManager, ServiceError>
Ok(k) => keystore_container.set_remote_keystore(k),
Err(e) =>
return Err(ServiceError::Other(format!(
"Error hooking up remote keystore for {}: {}",
url, e
"Error hooking up remote keystore for {url}: {e}"
))),
};
}