From d2c778739bc8fc2f6152a3d2093904a2f19b50fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A5kon=20H=C3=A6gland?= Date: Thu, 5 May 2022 17:05:35 +0200 Subject: [PATCH] Add trailing comma --- python/cxx/schedule.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/cxx/schedule.cpp b/python/cxx/schedule.cpp index 80f714156..82e9ccb2e 100644 --- a/python/cxx/schedule.cpp +++ b/python/cxx/schedule.cpp @@ -77,7 +77,7 @@ namespace { { "resv_rate", prod_prop.ResVRate.get() }, { "bhp_target", prod_prop.BHPTarget.get() }, { "thp_target", prod_prop.THPTarget.get() }, - { "alq_value", prod_prop.ALQValue.get() } + { "alq_value", prod_prop.ALQValue.get() }, }; } else {