From 55b8709506e99c6080e392e7a82e89be9a54fb02 Mon Sep 17 00:00:00 2001 From: Saurabh Kamat Date: Tue, 17 Dec 2024 21:55:46 +0800 Subject: [PATCH] Fixed end of line error in pre-commit Signed-off-by: Saurabh Kamat --- test/integration/drive_to_pose_controller_system.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/test/integration/drive_to_pose_controller_system.cc b/test/integration/drive_to_pose_controller_system.cc index cd64f92a69..2f9f6be0e9 100644 --- a/test/integration/drive_to_pose_controller_system.cc +++ b/test/integration/drive_to_pose_controller_system.cc @@ -192,4 +192,3 @@ TEST_F(DriveToPoseControllerTest, XYCoordinateYawPublish) "/model/DeliveryBot", pose); } -