Skip to content

Commit

Permalink
f - rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
jkczyz committed Aug 7, 2022
1 parent 3e95975 commit 573d7f4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1004,7 +1004,10 @@ mod tests {

let encoded_str = encode_without_checksum(hrp, data).unwrap();

assert_eq!(encoded_str, written_str[..written_str.len() - CHECKSUM_LENGTH]);
assert_eq!(
encoded_str,
written_str[..written_str.len() - CHECKSUM_LENGTH]
);
}

#[test]
Expand Down

0 comments on commit 573d7f4

Please sign in to comment.