diff --git a/framework/src/mfem/postprocessors/MFEMVectorL2InnerProductIntegralPostprocessor.C b/framework/src/mfem/postprocessors/MFEMVectorL2InnerProductIntegralPostprocessor.C index 265a1c9ae6..a0c951cdb9 100644 --- a/framework/src/mfem/postprocessors/MFEMVectorL2InnerProductIntegralPostprocessor.C +++ b/framework/src/mfem/postprocessors/MFEMVectorL2InnerProductIntegralPostprocessor.C @@ -19,7 +19,8 @@ MFEMVectorL2InnerProductIntegralPostprocessor::validParams() { InputParameters params = MFEMPostprocessor::validParams(); params += MFEMBlockRestrictable::validParams(); - params.addClassDescription("Calculates integral of the L2 inner product of two variables in the domain"); + params.addClassDescription( + "Calculates integral of the L2 inner product of two variables in the domain"); params.addParam( "coefficient", "1.", "Name of optional scalar coefficient to scale integrand by."); params.addRequiredParam("primal_variable",