From 7565c34d69ee259fef3ac9813d689d97689a6d58 Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Tue, 9 Dec 2025 13:12:31 +0100 Subject: style(rocie-client): Format --- crates/rocie-client/src/models/password_hash.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'crates/rocie-client/src/models/password_hash.rs') diff --git a/crates/rocie-client/src/models/password_hash.rs b/crates/rocie-client/src/models/password_hash.rs index 31413bf..b73a944 100644 --- a/crates/rocie-client/src/models/password_hash.rs +++ b/crates/rocie-client/src/models/password_hash.rs @@ -21,9 +21,6 @@ pub struct PasswordHash { impl PasswordHash { /// This is stored as an PHC password string. This type corresponds to the string representation of a PHC string as described in the [PHC string format specification][1]. PHC strings have the following format: ```text $[$v=][$=(,=)*][$[$]] ``` pub fn new(value: String) -> PasswordHash { - PasswordHash { - value, - } + PasswordHash { value } } } - -- cgit 1.4.1