forked from jmug/stoatchat
Run rust fmt.
This commit is contained in:
@@ -1,10 +1,10 @@
|
||||
use rocket_contrib::json::{ JsonValue };
|
||||
use bson::{ doc };
|
||||
use bson::doc;
|
||||
use rocket_contrib::json::JsonValue;
|
||||
|
||||
/// root
|
||||
#[get("/")]
|
||||
pub fn root() -> JsonValue {
|
||||
json!({
|
||||
"revolt": "0.0.1"
|
||||
})
|
||||
json!({
|
||||
"revolt": "0.0.1"
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user