Skip to content

Commit 69830d4

Browse files
cargo fmt
1 parent 8652cf3 commit 69830d4

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

ffi/src/lib.rs

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2432,8 +2432,14 @@ fn test_hash_password_length() {
24322432
.unwrap()
24332433
.into();
24342434

2435-
assert_eq!(HashPasswordLength(PASSWORD_HASH_LATEST) as usize, small_password_hash.len());
2436-
assert_eq!(HashPasswordLength(PASSWORD_HASH_LATEST) as usize, long_password_hash.len());
2435+
assert_eq!(
2436+
HashPasswordLength(PASSWORD_HASH_LATEST) as usize,
2437+
small_password_hash.len()
2438+
);
2439+
assert_eq!(
2440+
HashPasswordLength(PASSWORD_HASH_LATEST) as usize,
2441+
long_password_hash.len()
2442+
);
24372443
}
24382444

24392445
#[test]

0 commit comments

Comments
 (0)