Run cargo fmt.

This commit is contained in:
Paul Makles
2021-01-19 11:47:36 +00:00
parent 8cbba0671d
commit c38977e026
6 changed files with 18 additions and 24 deletions

View File

@@ -1,8 +1,6 @@
use crate::database::*;
use crate::notifications::events::ClientboundNotification;
use crate::util::result::{Error, Result};
use crate::{
database::*,
notifications::{events::ClientboundNotification, hive},
};
use mongodb::bson::to_document;
use serde::{Deserialize, Serialize};