Skip to content
Snippets Groups Projects
Commit b4a54eb4 authored by cont-integration's avatar cont-integration
Browse files

[skip ci] applied clang format

parent 0473c4c0
No related branches found
No related tags found
1 merge request!49Draft: Resolve "Adapt to new sensor constructors in core"
...@@ -130,7 +130,7 @@ TEST(Schema, duplicated_schemas) ...@@ -130,7 +130,7 @@ TEST(Schema, duplicated_schemas)
std::vector<std::string> root_folders{plugin_dir + "/schema", plugin_dir + "/test"}; std::vector<std::string> root_folders{plugin_dir + "/schema", plugin_dir + "/test"};
for (auto root_folder : root_folders) for (auto root_folder : root_folders)
for (auto const& entry : filesystem::recursive_directory_iterator(root_folder)) for (auto const &entry : filesystem::recursive_directory_iterator(root_folder))
{ {
if (filesystem::is_regular_file(entry) and entry.path().extension().string() == ".schema") if (filesystem::is_regular_file(entry) and entry.path().extension().string() == ".schema")
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment