Run cargo fmt.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use crate::database::*;
|
||||
|
||||
use mongodb::bson::{Bson, doc, from_bson, from_document};
|
||||
use mongodb::bson::{doc, from_bson, from_document, Bson};
|
||||
use rauth::auth::Session;
|
||||
use rocket::http::Status;
|
||||
use rocket::request::{self, FromRequest, Outcome, Request};
|
||||
|
||||
Reference in New Issue
Block a user