Skip to content

Commit b1f601c

Browse files
committed
style: Apply 'cargo fmt'
1 parent c15d441 commit b1f601c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ fn rocket() -> _ {
1414
#[cfg(test)]
1515
mod test {
1616
use super::rocket;
17-
use rocket::local::blocking::Client;
1817
use rocket::http::Status;
18+
use rocket::local::blocking::Client;
1919

2020
#[test]
2121
fn test_hello() {

0 commit comments

Comments
 (0)