Apply clang-format-11
[alexxy/gromacs.git] / src / gromacs / trajectoryanalysis / tests / surfacearea.cpp
index d860414771b9310e6380adedb766f344b278c72a..da2735e44734d5922cd34427e95cf77902536699 100644 (file)
@@ -72,13 +72,7 @@ class SurfaceAreaTest : public ::testing::Test
 {
 public:
     SurfaceAreaTest() :
-        box_(),
-        rng_(12345),
-        area_(0.0),
-        volume_(0.0),
-        atomArea_(nullptr),
-        dotCount_(0),
-        dots_(nullptr)
+        box_(), rng_(12345), area_(0.0), volume_(0.0), atomArea_(nullptr), dotCount_(0), dots_(nullptr)
     {
     }
     ~SurfaceAreaTest() override