Skip to content

Commit 369b6b0

Browse files
committed
Format
1 parent 436986f commit 369b6b0

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

src/settings.rs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -297,10 +297,7 @@ impl Settings {
297297
}
298298

299299
#[must_use]
300-
pub fn with_max_values_per_facet(
301-
mut self,
302-
max_values_per_facet: usize,
303-
) -> Settings {
300+
pub fn with_max_values_per_facet(mut self, max_values_per_facet: usize) -> Settings {
304301
let mut faceting = self.faceting.take().unwrap_or_default();
305302
faceting.max_values_per_facet = max_values_per_facet;
306303
Settings {

0 commit comments

Comments
 (0)