Skip to content

Commit

Permalink
[wpimath] fixed order of namespace usages
Browse files Browse the repository at this point in the history
  • Loading branch information
ctr-ozrien committed Aug 29, 2023
1 parent 63b3586 commit 055fded
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wpimath/src/test/native/cpp/UnitsTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@

using namespace units::acceleration;
using namespace units::angle;
using namespace units::angular_jerk;
using namespace units::angular_acceleration;
using namespace units::angular_jerk;
using namespace units::angular_velocity;
using namespace units::area;
using namespace units::capacitance;
Expand Down

0 comments on commit 055fded

Please sign in to comment.