Skip to content

Commit 5f85f54

Browse files
committed
Cargo fmt
1 parent d479bd5 commit 5f85f54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/error.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ fn result_ext() {
4444
}
4545
let res = run();
4646
assert!(res.is_err());
47-
47+
4848
let err = res.unwrap_err();
4949
assert_eq!(err.status(), StatusCode::NotFound);
5050
}
@@ -57,7 +57,7 @@ fn option_ext() {
5757
}
5858
let res = run();
5959
assert!(res.is_err());
60-
60+
6161
let err = res.unwrap_err();
6262
assert_eq!(err.status(), StatusCode::NotFound);
6363
}

0 commit comments

Comments
 (0)