2
0
mirror of https://gitlab.isc.org/isc-projects/kea synced 2025-08-31 05:55:28 +00:00

[#1837] fixed indentation

This commit is contained in:
Razvan Becheriu
2021-05-22 00:09:13 +03:00
parent 8f73587eb6
commit f3238e0df1

View File

@@ -100,8 +100,7 @@ public:
// Now check that it contains requested option with the appropriate
// content.
OptionPtr suboption(
response_vendor_options->getOption(option_));
OptionPtr suboption(response_vendor_options->getOption(option_));
ASSERT_TRUE(suboption);
vector<uint8_t> binary_suboption = suboption->toBinary(false);
string text(binary_suboption.begin(), binary_suboption.end());