From d33a7994f4b8109e8c369b8aecb1427bdfdb9680 Mon Sep 17 00:00:00 2001 From: GitHub Actions Date: Wed, 24 Jan 2024 17:32:04 +0000 Subject: [PATCH] Auto-format code using Clang-Format --- include/open_atmos/types.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/open_atmos/types.hpp b/include/open_atmos/types.hpp index bdac4bb..2d39e6e 100644 --- a/include/open_atmos/types.hpp +++ b/include/open_atmos/types.hpp @@ -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 unknown_properties; };