Skip to content

Commit

Permalink
fix: linter errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Taepper committed Jun 15, 2024
1 parent e01657d commit 6be2b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/silo/query_engine/filter_expressions/and.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,6 @@ void inline appendVectorToVector(
[&](std::unique_ptr<T>& ele) { return std::move(ele); }
);
}
} // namespace

void logCompiledChildren(
OperatorVector& non_negated_child_operators,
Expand Down Expand Up @@ -97,6 +96,7 @@ void logCompiledChildren(
predicates.size()
);
}
} // namespace

std::tuple<OperatorVector, OperatorVector, std::vector<std::unique_ptr<operators::Predicate>>> And::
compileChildren(
Expand Down

0 comments on commit 6be2b3d

Please sign in to comment.