Skip to content

Commit fe5b6e8

Browse files
committed
Pretty
1 parent bc3cba0 commit fe5b6e8

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

firestore/src/main/filter_main.cc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,9 +97,8 @@ Filter FilterInternal::UnaryFilter(const FieldPath& field_path,
9797
return MakePublic(UnaryFilterInternal(field_path, op, values));
9898
}
9999

100-
Filter FilterInternal::CompositeFilter(
101-
core::CompositeFilter::Operator op,
102-
const std::vector<Filter>& filters) {
100+
Filter FilterInternal::CompositeFilter(core::CompositeFilter::Operator op,
101+
const std::vector<Filter>& filters) {
103102
std::vector<FilterInternal*> nonEmptyFilters;
104103
for (const Filter& filter : filters) {
105104
FilterInternal* filterInternal = GetInternal(&filter);

0 commit comments

Comments
 (0)