From 936b7e69c87ca9d795800dfa50dc834768a01206 Mon Sep 17 00:00:00 2001 From: Max Nezdyur Date: Tue, 27 Jun 2023 13:21:52 -0600 Subject: [PATCH] clang-format NVS --- framework/include/reporters/NodalVariableStatistics.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/include/reporters/NodalVariableStatistics.h b/framework/include/reporters/NodalVariableStatistics.h index 9930047b6c41..f985616cc53d 100644 --- a/framework/include/reporters/NodalVariableStatistics.h +++ b/framework/include/reporters/NodalVariableStatistics.h @@ -21,6 +21,6 @@ class NodalVariableStatistics : public NodalStatistics private: virtual Real computeValue() override; - /// The coupled variable used. + /// The coupled variable used. const VariableValue & _v; };