mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-09-01 14:35:29 +00:00
[#1837] fixed indentation
This commit is contained in:
@@ -100,8 +100,7 @@ public:
|
|||||||
|
|
||||||
// Now check that it contains requested option with the appropriate
|
// Now check that it contains requested option with the appropriate
|
||||||
// content.
|
// content.
|
||||||
OptionPtr suboption(
|
OptionPtr suboption(response_vendor_options->getOption(option_));
|
||||||
response_vendor_options->getOption(option_));
|
|
||||||
ASSERT_TRUE(suboption);
|
ASSERT_TRUE(suboption);
|
||||||
vector<uint8_t> binary_suboption = suboption->toBinary(false);
|
vector<uint8_t> binary_suboption = suboption->toBinary(false);
|
||||||
string text(binary_suboption.begin(), binary_suboption.end());
|
string text(binary_suboption.begin(), binary_suboption.end());
|
||||||
|
Reference in New Issue
Block a user