Apply clang-format-11
[alexxy/gromacs.git] / src / gromacs / math / tests / neldermead.cpp
index 3a142ac98a2d517dd1c42291145219c736d73ab9..5c82d9d26fec40e3c6ae193917ed94d0b8753279 100644 (file)
@@ -1,7 +1,7 @@
 /*
  * This file is part of the GROMACS molecular simulation package.
  *
- * Copyright (c) 2020, by the GROMACS development team, led by
+ * Copyright (c) 2020,2021, by the GROMACS development team, led by
  * Mark Abraham, David van der Spoel, Berk Hess, and Erik Lindahl,
  * and including many others, as listed in the AUTHORS file in the
  * top-level source directory and at http://www.gromacs.org.
@@ -66,8 +66,7 @@ class NelderMeadSimplexTest : public ::testing::Test
 public:
     //! Set up a one-d, two-vertices Nelder-Mead simplex
     NelderMeadSimplexTest() :
-        initialGuess_{ 1 },
-        simplex_{ NelderMeadSimplexTest::doubleFirstCoordinateValue, initialGuess_ }
+        initialGuess_{ 1 }, simplex_{ NelderMeadSimplexTest::doubleFirstCoordinateValue, initialGuess_ }
     {
     }