From: Francis Dupont Date: Thu, 10 Jan 2019 14:23:13 +0000 (+0100) Subject: [365-automatically-calculate-the-values-for-options-58-and-59] Reverted trailing... X-Git-Tag: 313-return-a-list-of-all-reservations-by-subnet-id_base~1^2~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0b793f20ff516f9884dda5ceb2a52357019d0658;p=thirdparty%2Fkea.git [365-automatically-calculate-the-values-for-options-58-and-59] Reverted trailing comma addition --- diff --git a/src/bin/dhcp4/tests/config_parser_unittest.cc b/src/bin/dhcp4/tests/config_parser_unittest.cc index a620fd1c8b..134dc74ac7 100644 --- a/src/bin/dhcp4/tests/config_parser_unittest.cc +++ b/src/bin/dhcp4/tests/config_parser_unittest.cc @@ -255,8 +255,7 @@ const char* PARSER_CONFIGS[] = { " } \n" " ] \n" " } \n" - "} \n", - + "} \n" }; class Dhcp4ParserTest : public ::testing::Test {