Skip to content

Commit 7303508

Browse files
committed
modified: src/histoer/histogrammer.rs
modified: src/histogram_scripter/histogram_script.rs modified: src/histogram_scripter/manual_histogram_scripts.rs modified: src/ui/app.rs
1 parent a26e851 commit 7303508

File tree

4 files changed

+260
-177
lines changed

4 files changed

+260
-177
lines changed

src/histoer/histogrammer.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -421,12 +421,12 @@ impl Histogrammer {
421421
hist.plot_settings.recalculate_image = true;
422422
}
423423

424-
println!("Processed rows {} to {}", row_start, row_start + height);
424+
println!("\tProcessed rows {} to {}", row_start, row_start + height);
425425
}
426426

427427
row_start += max_rows_per_batch;
428428
}
429-
println!("Finished processing all rows");
429+
println!("Finished processing all rows\n");
430430

431431
// Set calculating to false when processing is complete
432432
calculating.store(false, Ordering::SeqCst);

0 commit comments

Comments
 (0)