Skip to content

Commit afbf8bf

Browse files
committed
cargo fmt
1 parent 690bd07 commit afbf8bf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/aggregation/bucket/filter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ erased_serde::serialize_trait_object!(SerializableQuery);
6767
/// }
6868
/// let filter_agg =
6969
/// FilterAggregation::new_with_query(Box::new(SerializableTermQuery::new(term_query))); ```
70-
///
70+
///
7171
/// # Result
7272
/// The filter aggregation returns a single bucket with:
7373
/// - `doc_count`: Number of documents matching the filter

0 commit comments

Comments
 (0)