forked from lavina/lavina
fmt
This commit is contained in:
parent
8832c579e4
commit
4ccb759c15
|
@ -11,8 +11,8 @@ use tokio::sync::Mutex;
|
||||||
|
|
||||||
use crate::prelude::*;
|
use crate::prelude::*;
|
||||||
|
|
||||||
mod user;
|
|
||||||
mod room;
|
mod room;
|
||||||
|
mod user;
|
||||||
|
|
||||||
#[derive(Deserialize, Debug, Clone)]
|
#[derive(Deserialize, Debug, Clone)]
|
||||||
pub struct StorageConfig {
|
pub struct StorageConfig {
|
||||||
|
|
Loading…
Reference in New Issue