diff --git a/include/openspace/util/json_helper.inl b/include/openspace/util/json_helper.inl index bef604d45a..ce0fafec86 100644 --- a/include/openspace/util/json_helper.inl +++ b/include/openspace/util/json_helper.inl @@ -68,7 +68,7 @@ std::string formatJson(T value) { return escapedJson(value); } else if constexpr (std::is_same_v) { - return return ghoul::formatJson(value); + return ghoul::formatJson(value); } else if constexpr (internal::isGlmVector()) { std::string values;