chore: fmt

This commit is contained in:
lencx
2023-01-04 23:56:57 +08:00
parent 3dd49cd5d3
commit aa98d7dd2a
4 changed files with 27 additions and 26 deletions

View File

@@ -44,7 +44,7 @@ pub fn reset_chat_conf() -> ChatConfJson {
}
#[command]
pub fn run_check_update(app: AppHandle) -> () {
pub fn run_check_update(app: AppHandle) {
utils::run_check_update(app).unwrap();
}