Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jondolf committed Nov 17, 2023
1 parent 0b98587 commit 8aa7975
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/bevy_math/src/primitives/dim2.rs
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ impl Triangle2d {
/// Reverse the [`WindingOrder`] of the triangle
/// by swapping the second and third vertices
pub fn reverse(&mut self) {
self.vertices.swap(1, 2)
self.vertices.swap(1, 2);
}
}

Expand Down

0 comments on commit 8aa7975

Please sign in to comment.