mirror of
https://github.com/djibux/BoilR.git
synced 2026-09-01 05:53:41 +02:00
Add utility to help format the code (#247)
Signed-off-by: Aisuko <urakiny@gmail.com>
This commit is contained in:
+1
-1
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user