diff options
Diffstat (limited to 'app/source/Cplt/Model/Workflow/Values/Dictionary.hpp')
-rw-r--r-- | app/source/Cplt/Model/Workflow/Values/Dictionary.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/app/source/Cplt/Model/Workflow/Values/Dictionary.hpp b/app/source/Cplt/Model/Workflow/Values/Dictionary.hpp index 6eff308..f14e04f 100644 --- a/app/source/Cplt/Model/Workflow/Values/Dictionary.hpp +++ b/app/source/Cplt/Model/Workflow/Values/Dictionary.hpp @@ -7,8 +7,7 @@ #include <string> #include <string_view> -class DictionaryValue : public BaseValue -{ +class DictionaryValue : public BaseValue { private: tsl::array_map<char, std::unique_ptr<BaseValue>> mElements; |