style(rust): fixed formating in main
This commit is contained in:
@@ -60,7 +60,10 @@ async fn main() -> Result<(), CommandError> {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
println!("{}", CommandError::InvalidArgument(ArgsError::InvalidConfigExtension(Some(String::from("txt")))));
|
println!(
|
||||||
|
"{}",
|
||||||
|
CommandError::InvalidArgument(ArgsError::InvalidConfigExtension(Some(String::from("txt"))))
|
||||||
|
);
|
||||||
|
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user