Skip to content

Commit 485dc9b

Browse files
committed
CI: Automatic Rustfmt
1 parent 7880c86 commit 485dc9b

File tree

1 file changed

+3
-1
lines changed
  • pointercrate-user-api/src/endpoints

1 file changed

+3
-1
lines changed

pointercrate-user-api/src/endpoints/auth.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@ use pointercrate_user::{
1111
User,
1212
};
1313
use rocket::{
14-
http::Status, serde::json::{serde_json, Json}, State
14+
http::Status,
15+
serde::json::{serde_json, Json},
16+
State,
1517
};
1618
use std::net::IpAddr;
1719

0 commit comments

Comments
 (0)