Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Jun 23, 2024
1 parent 37e724c commit c90275a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rgis-ui/src/debug_window.rs
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@ impl<'w, 's> DebugWindow<'w, 's> {
.include_y(FPS_MAX)
.view_aspect(2.) // Width is twice as big as height
.show(ui, |plot_ui| plot_ui.line(line));
}).response
})
.response
}
}

Expand Down

0 comments on commit c90275a

Please sign in to comment.