Skip to content

Commit

Permalink
style(tauri): fmt by cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
SARDONYX-sard committed Nov 8, 2023
1 parent ad2f348 commit e2d0333
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/logging.rs
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ fn create_rotate_log(log_dir: impl AsRef<Path>, log_name: &str, max_files: usize
fs::rename(&log_file, old_file)?;
};

let f= File::create(log_file)?;
let f = File::create(log_file)?;
debug!("-- End log count: {} --", log_count + 1);
Ok(f)
}
Expand Down

0 comments on commit e2d0333

Please sign in to comment.