Skip to content

Commit

Permalink
Clang format. Refs idaholab#24247
Browse files Browse the repository at this point in the history
  • Loading branch information
aprilnovak committed May 3, 2023
1 parent 162f5a9 commit 05a00f2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions framework/src/postprocessors/ConstantPostprocessor.C
Expand Up @@ -23,8 +23,7 @@ ConstantPostprocessor::validParams()
}

ConstantPostprocessor::ConstantPostprocessor(const InputParameters & params)
: GeneralPostprocessor(params),
_value(getParam<Real>("value"))
: GeneralPostprocessor(params), _value(getParam<Real>("value"))
{
}

Expand Down

0 comments on commit 05a00f2

Please sign in to comment.