Skip to content

Commit

Permalink
Satisfy pre-commit checks, adding newline
Browse files Browse the repository at this point in the history
  • Loading branch information
Ferry Schoenmakers committed May 27, 2024
1 parent 67a16fa commit bed6be3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -143,4 +143,4 @@ TEST(TestSteeringOdometry, ackermann_odometry)
EXPECT_NEAR(odom.get_angular(), .1, 1e-3);
EXPECT_NEAR(odom.get_x(), .1, 1e-3);
EXPECT_NEAR(odom.get_heading(), .01, 1e-3);
}
}

0 comments on commit bed6be3

Please sign in to comment.