Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
abey79 committed Jun 4, 2024
1 parent 09ab801 commit bf74705
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ui_stack/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ fn full_span_widget(ui: &mut egui::Ui, permanent: bool) {
let ui_stack = ui.stack();

let rect = egui::Rect::from_x_y_ranges(
full_span_horizontal_range(&ui_stack),
full_span_horizontal_range(ui_stack),
response.rect.y_range(),
);

Expand Down

0 comments on commit bf74705

Please sign in to comment.