Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahm-LANL committed Mar 7, 2024
1 parent a909a59 commit 0a2f59c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/analysis/analysis.cpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#include "analysis.hpp"
#include "phoebus_utils/variables.hpp"

namespace analysis{
namespace analysis {
std::shared_ptr<StateDescriptor> Initialize(ParameterInput *pin) {
auto analysis_pkg = std::make_shared<StateDescriptor>("analysis");
Params &params = analysis_pkg->AllParams();
Expand Down

0 comments on commit 0a2f59c

Please sign in to comment.