Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
lroberts36 committed Oct 10, 2024
1 parent 6c38544 commit f4f23c9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/interface/state_descriptor.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -204,8 +204,9 @@ class StateDescriptor {
std::vector<std::string> Swarms() noexcept;

const auto GetFieldVarID(const VarID &id) const {
PARTHENON_REQUIRE_THROWS(metadataMap_.count(id),
"Asking for a variable that is not in this StateDescriptor.");
PARTHENON_REQUIRE_THROWS(
metadataMap_.count(id),
"Asking for a variable that is not in this StateDescriptor.");
return id;
}

Expand Down

0 comments on commit f4f23c9

Please sign in to comment.