Skip to content

Commit e517d4e

Browse files
pre-commit-ci[bot]NorahXiong
authored andcommitted
style(pre-commit): autofix
1 parent c31978c commit e517d4e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

localization/autoware_localization_util/test/test_covariance_ellipse.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,4 +120,4 @@ TEST_F(CovarianceEllipseTest, create_ellipse_marker)
120120
Ellipse ellipse = calculate_xy_ellipse(pose_, 1.0);
121121
EXPECT_NO_THROW(create_ellipse_marker(ellipse, header_, pose_));
122122
}
123-
} // namespace autoware::localization_util
123+
} // namespace autoware::localization_util

localization/autoware_localization_util/test/test_util_func.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -363,4 +363,4 @@ int main(int argc, char ** argv)
363363
testing::InitGoogleTest(&argc, argv);
364364
return RUN_ALL_TESTS();
365365
}
366-
} // namespace autoware::localization_util
366+
} // namespace autoware::localization_util

0 commit comments

Comments
 (0)