Skip to content

Commit db3dd63

Browse files
author
tempate
committed
Uncrustify
Signed-off-by: tempate <[email protected]>
1 parent b651c1b commit db3dd63

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

ddsrouter_yaml/src/cpp/YamlReader_configuration.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,9 @@ void YamlReader::fill(
267267
// Get optional specs configuration
268268
if (YamlReader::is_tag_present(yml, SPECS_TAG))
269269
{
270-
object.advanced_options = get<ddsrouter::core::SpecsConfiguration>(YamlReader::get_value_in_tag(yml, SPECS_TAG), version);
270+
object.advanced_options = get<ddsrouter::core::SpecsConfiguration>(YamlReader::get_value_in_tag(yml,
271+
SPECS_TAG),
272+
version);
271273
}
272274

273275
// DDS Pipe Configuration

0 commit comments

Comments
 (0)