clang-tidy: google tests applicable
[alexxy/gromacs.git] / src / gromacs / mdlib / makeconstraints.h
index 500fbfef0f6a362439eea6bb8c6dfadc7305952c..65246ecb7bf0420b0e70de73528b405bada6191c 100644 (file)
@@ -116,6 +116,6 @@ std::unique_ptr<Constraints> makeConstraints(const gmx_mtop_t &mtop,
                (mtop, ir, std::forward<Args>(args) ..., numConstraints, numSettles);
 }
 
-} // namespace
+}  // namespace gmx
 
 #endif