Skip to content

Commit 5a1ea96

Browse files
NeutroniSiegeLord
authored andcommitted
cargo fmt
1 parent 22f53a6 commit 5a1ea96

File tree

1 file changed

+6
-10
lines changed

1 file changed

+6
-10
lines changed

gnuplot/src/axes_common.rs

Lines changed: 6 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -612,12 +612,10 @@ impl PlotType
612612
matches!(
613613
*self,
614614
Lines
615-
| LinesPoints
616-
| XErrorLines
615+
| LinesPoints | XErrorLines
617616
| Boxes | YErrorLines
618-
| BoxAndWhisker
619-
| BoxXYError | BoxErrorBars
620-
| Polygons
617+
| BoxAndWhisker | BoxXYError
618+
| BoxErrorBars | Polygons
621619
)
622620
}
623621

@@ -626,11 +624,9 @@ impl PlotType
626624
matches!(
627625
*self,
628626
Points
629-
| LinesPoints
630-
| XErrorLines
631-
| YErrorLines
632-
| XErrorBars | YErrorBars
633-
| XYErrorBars
627+
| LinesPoints | XErrorLines
628+
| YErrorLines | XErrorBars
629+
| YErrorBars | XYErrorBars
634630
)
635631
}
636632

0 commit comments

Comments
 (0)