Skip to content

Commit

Permalink
tests: run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
cpu committed Nov 28, 2023
1 parent a9cd186 commit cfcb4b8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/server_name.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ fn test_alloc_server_name_traits() {
);
assert_ne!(
a,
ServerName::try_from(&b"example.co"[..])
.unwrap()
.to_owned()
ServerName::try_from(&b"example.co"[..]).unwrap().to_owned()
);
}

0 comments on commit cfcb4b8

Please sign in to comment.