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 committed Nov 7, 2023
1 parent f6890d1 commit a6a64c8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ddsrouter_yaml/src/cpp/YamlReaderConfiguration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,9 @@ YamlReaderConfiguration::load_ddsrouter_configuration(
default:

throw eprosima::utils::ConfigurationException(

Check warning on line 53 in ddsrouter_yaml/src/cpp/YamlReaderConfiguration.cpp

View check run for this annotation

Codecov / codecov/patch

ddsrouter_yaml/src/cpp/YamlReaderConfiguration.cpp#L53

Added line #L53 was not covered by tests
utils::Formatter() <<
"The yaml configuration version " << version << " is no longer supported. Please update to v4.0.");
utils::Formatter() <<
"The yaml configuration version " << version <<
" is no longer supported. Please update to v4.0.");
break;
}
}
Expand Down

0 comments on commit a6a64c8

Please sign in to comment.