Skip to content

Commit

Permalink
Uncrustify
Browse files Browse the repository at this point in the history
Signed-off-by: tempate <[email protected]>
  • Loading branch information
Tempate authored and juanlofer-eprosima committed Sep 15, 2023
1 parent 081e1f3 commit a997b6d
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -137,8 +137,8 @@ TEST(YamlReaderTopicRoutesTest, throw_exception_when_repeat_name)
Yaml yml = YAML::Load(yml_str);

ASSERT_THROW(
YamlReader::get<core::TopicRoutesConfiguration>(yml, YamlReaderVersion::LATEST),
eprosima::utils::ConfigurationException);
YamlReader::get<core::TopicRoutesConfiguration>(yml, YamlReaderVersion::LATEST),
eprosima::utils::ConfigurationException);
}

/**
Expand Down Expand Up @@ -169,7 +169,8 @@ TEST(YamlReaderTopicRoutesTest, is_valid_conf_with_multi_participants)

Yaml yml = YAML::Load(yml_str);

core::TopicRoutesConfiguration conf = YamlReader::get<core::TopicRoutesConfiguration>(yml, YamlReaderVersion::LATEST);
core::TopicRoutesConfiguration conf =
YamlReader::get<core::TopicRoutesConfiguration>(yml, YamlReaderVersion::LATEST);

utils::Formatter error_msg;
ASSERT_TRUE(conf.is_valid(error_msg));
Expand Down

0 comments on commit a997b6d

Please sign in to comment.