Skip to content

Commit 1e9e201

Browse files
committed
fixing some more issues
1 parent 9ecc002 commit 1e9e201

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1349,7 +1349,7 @@ pub fn main() {
13491349
settings.merge(File::with_name("start.toml")).unwrap();
13501350

13511351
if settings.get_bool("show_output").unwrap() {
1352-
println!("{:<6}| {:<15}| {:<15}| {:<15}| {:<6}| {:<15}| {:<15}| {:<15}| {:<15}| {:<6}| {:<15}| {:<15}| {:<15}", "Frame", "Zoom", "Approx [ms]", "Skipped [it]", "Order", "Maximum [it]", "Packing [ms]", "Iteration [ms]", "Correct [ms]", "Ref", "Saving [ms]", "Frame [ms]", "TOTAL [ms]");
1352+
println!("{:<15}| {:<15}| {:<15}| {:<6}| {:<15}| {:<15}| {:<15}| {:<6}| {:<15}", "Zoom", "Approx [ms]", "Skipped [it]", "Order", "Maximum [it]", "Iteration [ms]", "Correct [ms]", "Ref", "Frame [ms]");
13531353
};
13541354

13551355
let shared_settings = Arc::new(Mutex::new(settings.clone()));

0 commit comments

Comments
 (0)