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:
@@ -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());
|
||||
|
Reference in New Issue
Block a user