Skip to content

Commit

Permalink
remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
hach1test committed Feb 24, 2024
1 parent 61af4e2 commit 4ddd8fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/afterfact.rs
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ fn _print_timeline_hist(timestamps: &Vec<i64>, length: usize, side_margin_size:
buf_wtr.print(&wtr).ok();
}

pub fn after_fact(stored_static: &StoredStatic, mut afterfact_info: AfterfactInfo) {
pub fn after_fact(stored_static: &StoredStatic, afterfact_info: AfterfactInfo) {
let fn_output_afterfact_err = |err: Box<dyn Error>| {
AlertMessage::alert(&format!("Failed to write CSV. {err}")).ok();
process::exit(1);
Expand Down

0 comments on commit 4ddd8fc

Please sign in to comment.