Skip to content

Commit

Permalink
Merge pull request #42 from open-atmos/main-formatting
Browse files Browse the repository at this point in the history
Auto-format code changes
  • Loading branch information
K20shores authored Jan 24, 2024
2 parents 88c40a2 + d33a799 commit 622017e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/open_atmos/types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ namespace open_atmos
struct ReactionComponent
{
std::string species_name;
double coefficient { 1.0 };
double coefficient{ 1.0 };
/// @brief Unknown properties, prefixed with two underscores (__)
std::unordered_map<std::string, std::string> unknown_properties;
};
Expand Down

0 comments on commit 622017e

Please sign in to comment.