Skip to content

Commit

Permalink
cargo fmt again.
Browse files Browse the repository at this point in the history
  • Loading branch information
dacut committed Oct 17, 2022
1 parent 4f657a3 commit c9db10c
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions principal/src/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -454,18 +454,7 @@ mod tests {
SessionValue::String("test1".to_string()),
SessionValue::String("test2".to_string()),
];
let display = vec![
"null",
"false",
"true",
"-1",
"0",
"1",
"127.0.0.1",
"::1",
"test1",
"test2",
];
let display = vec!["null", "false", "true", "-1", "0", "1", "127.0.0.1", "::1", "test1", "test2"];
assert_eq!(sv1a, sv1b);
assert_ne!(sv1a, sv2);
assert_eq!(sv1a, sv1a.clone());
Expand Down

0 comments on commit c9db10c

Please sign in to comment.