Apply clang-format-11
[alexxy/gromacs.git] / src / gromacs / applied_forces / awh / dimparams.h
index 11fc93f83c2b50c09ce0dc704eba0279c854b787..cf536b8ec8df7efeaf5096bc57d96bd8860c09bc 100644 (file)
@@ -93,8 +93,7 @@ private:
      * Private constructor called by public builder functions for PullDimParams and FepLambdaDimParams.
      */
     DimParams(double conversionFactor, std::variant<PullDimParams, FepDimParams> dimParams) :
-        dimParams(std::move(dimParams)),
-        userCoordUnitsToInternal(conversionFactor)
+        dimParams(std::move(dimParams)), userCoordUnitsToInternal(conversionFactor)
     {
     }