File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ void evaluateProperties(const std::vector<T> &lines,
3838 continue ;
3939 }
4040 // Apply filter if provided
41- if (!filter.empty () && std::string (algo. name ).find (filter ) == std::string::npos) {
41+ if (!filter.empty () && std::string (filter ).find (algo. name ) == std::string::npos) {
4242 std::cout << " # filtered out " << algo.name << std::endl;
4343 continue ;
4444 }
@@ -80,7 +80,7 @@ void process(const std::vector<T> &lines,
8080 continue ;
8181 }
8282 // Apply filter if provided
83- if (!filter.empty () && std::string (algo. name ).find (filter ) == std::string::npos) {
83+ if (!filter.empty () && std::string (filter ).find (algo. name ) == std::string::npos) {
8484 std::cout << " # filtered out " << algo.name << std::endl;
8585 continue ;
8686 }
You can’t perform that action at this time.
0 commit comments