Update formatting
This commit is contained in:
parent
dda356ea00
commit
49638e5aa7
27 changed files with 239 additions and 232 deletions
|
|
@ -1,6 +1,7 @@
|
|||
use crate::{config::Config, consts::CONFIG_PATH, database::Database};
|
||||
use anyhow::Result;
|
||||
|
||||
use crate::{config::Config, consts::CONFIG_PATH, database::Database};
|
||||
|
||||
#[derive(Clone, Debug)]
|
||||
pub struct AppState {
|
||||
pub config: Config,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue