clang-tidy: google tests applicable
[alexxy/gromacs.git] / src / testutils / testmatchers.h
index c78d3e960cb6b5e901bf265d43e22a3095a3af29..0394d2b91459a47b7058c0b012cd061e08e86d48 100644 (file)
@@ -102,7 +102,7 @@ RealEq(const FloatingPointTolerance &tolerance);
 testing::Matcher < std::tuple < RVec, RVec>>
 RVecEq(const FloatingPointTolerance &tolerance);
 
-} // namespace
-} // namespace
+}  // namespace test
+}  // namespace gmx
 
 #endif