Add utility to help format the code (#247)

Signed-off-by: Aisuko <urakiny@gmail.com>
This commit is contained in:
Aisuko
2022-10-11 06:17:10 +02:00
committed by GitHub
parent fac58803cc
commit 40c55e542d
39 changed files with 415 additions and 421 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ mod ui;
use color_eyre::eyre::Result;
fn main() -> Result<()>{
fn main() -> Result<()> {
color_eyre::install()?;
ensure_config_folder();
migration::migrate_config();