Skip to content

Commit

Permalink
Add newline at the end of file
Browse files Browse the repository at this point in the history
  • Loading branch information
T0mstone committed May 26, 2022
1 parent 0b46488 commit d2a25cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fj/src/angle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,4 +131,4 @@ impl std::ops::Div for Angle {
fn div(self, rhs: Angle) -> Self::Output {
self.rad / rhs.rad
}
}
}

0 comments on commit d2a25cc

Please sign in to comment.