Skip to content

Commit

Permalink
Uncrustify
Browse files Browse the repository at this point in the history
Signed-off-by: Juan Lopez Fernandez <[email protected]>
  • Loading branch information
juanlofer-eprosima committed Nov 8, 2023
1 parent a6a64c8 commit e486b04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddsrouter_yaml/src/cpp/YamlReaderConfiguration.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ YamlReaderConfiguration::load_ddsrouter_configuration(
throw eprosima::utils::ConfigurationException(
utils::Formatter() <<
"The yaml configuration version " << version <<
" is no longer supported. Please update to v4.0.");
" is no longer supported. Please update to v4.0.");
break;
}
}
Expand Down

0 comments on commit e486b04

Please sign in to comment.