Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
cameron-goddard committed Jan 7, 2025
1 parent a13e8df commit e7927fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Monitors/IMUMonitor.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#include "IMUMonitor.hpp"

IMUMonitor::IMUMonitor(): imu(Wire)
IMUMonitor::IMUMonitor() : imu(Wire)
{
}

Expand Down

0 comments on commit e7927fe

Please sign in to comment.