Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
damian-tworek committed Dec 12, 2023
1 parent 462ac50 commit 95e7cf7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion client/src/app/rtp_streams_plot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,10 @@ impl RtpStreamsPlot {
plot_ui.text(
Text::new(
PlotPoint { x: *x, y: *y },
RichText::new(on_hover).color(Color32::LIGHT_GRAY).strong().size(12.0),
RichText::new(on_hover)
.color(Color32::LIGHT_GRAY)
.strong()
.size(12.0),
)
.anchor(Align2::RIGHT_TOP),
)
Expand Down

0 comments on commit 95e7cf7

Please sign in to comment.