Skip to content

Commit

Permalink
auto format
Browse files Browse the repository at this point in the history
  • Loading branch information
Joelle Hohwiller authored and CallMeElle committed Apr 18, 2024
1 parent bf22788 commit 4ac787f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions tools/twix/src/panels/enum_plot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -161,12 +161,9 @@ impl EnumPlotPanel {
}

plot_ui.text(
Text::new(
PlotPoint { x: text_x, y: 0.9 },
name,
)
.color(Color32::WHITE)
.anchor(eframe::emath::Align2::LEFT_TOP),
Text::new(PlotPoint { x: text_x, y: 0.9 }, name)
.color(Color32::WHITE)
.anchor(eframe::emath::Align2::LEFT_TOP),
);
}

Expand Down

0 comments on commit 4ac787f

Please sign in to comment.