clang-tidy: modernize-concat-nested-namespaces (NFC)

This commit is contained in:
Peter Johnson
2020-12-28 01:19:59 -08:00
parent 67e03e625d
commit 6131f4e32b
162 changed files with 324 additions and 656 deletions

View File

@@ -7,8 +7,7 @@
#include "frc/StateSpaceUtil.h"
#include "frc/estimator/MerweScaledSigmaPoints.h"
namespace drake {
namespace math {
namespace drake::math {
namespace {
TEST(MerweScaledSigmaPointsTest, TestZeroMean) {
frc::MerweScaledSigmaPoints<2> sigmaPoints;
@@ -34,5 +33,4 @@ TEST(MerweScaledSigmaPointsTest, TestNonzeroMean) {
.norm() < 1e-3);
}
} // namespace
} // namespace math
} // namespace drake
} // namespace drake::math