Add trailing comma

This commit is contained in:
Håkon Hægland
2022-05-05 17:05:35 +02:00
parent d2cf59380e
commit d2c778739b

View File

@@ -77,7 +77,7 @@ namespace {
{ "resv_rate", prod_prop.ResVRate.get<double>() },
{ "bhp_target", prod_prop.BHPTarget.get<double>() },
{ "thp_target", prod_prop.THPTarget.get<double>() },
{ "alq_value", prod_prop.ALQValue.get<double>() }
{ "alq_value", prod_prop.ALQValue.get<double>() },
};
}
else {