Skip to content

Commit 44815b6

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

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
@@ -283,7 +283,9 @@ void YamlReader::fill(
283283
// Get optional specs configuration
284284
if (YamlReader::is_tag_present(yml, SPECS_TAG))
285285
{
286-
object.advanced_options = get<ddsrouter::core::SpecsConfiguration>(YamlReader::get_value_in_tag(yml, SPECS_TAG), version);
286+
object.advanced_options = get<ddsrouter::core::SpecsConfiguration>(YamlReader::get_value_in_tag(yml,
287+
SPECS_TAG),
288+
version);
287289
}
288290

289291
// DDS Pipe Configuration

0 commit comments

Comments
 (0)