summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--generator/generator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/generator.cpp b/generator/generator.cpp index 0017b24..f48d667 100644 --- a/generator/generator.cpp +++ b/generator/generator.cpp
@@ -1029,7 +1029,7 @@ void generator::run() {
1029 fmt::format("{}:[{}]", static_cast<int>(right_type), 1029 fmt::format("{}:[{}]", static_cast<int>(right_type),
1030 hatkirby::implode(choice_entries, ","))); 1030 hatkirby::implode(choice_entries, ",")));
1031 } 1031 }
1032 combo_entries.push_back(fmt::format("{}:{{{}}}]", 1032 combo_entries.push_back(fmt::format("{}:{{{}}}",
1033 static_cast<int>(left_type), 1033 static_cast<int>(left_type),
1034 hatkirby::implode(left_entries, ","))); 1034 hatkirby::implode(left_entries, ",")));
1035 } 1035 }