Skip to content

Commit 39b91b0

Browse files
committed
cargo fmt
1 parent b92c7f1 commit 39b91b0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/settings.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,10 @@ impl Settings {
119119
}
120120
}
121121

122-
pub fn with_stop_words(self, stop_words: impl IntoIterator<Item = impl AsRef<str>>) -> Settings {
122+
pub fn with_stop_words(
123+
self,
124+
stop_words: impl IntoIterator<Item = impl AsRef<str>>,
125+
) -> Settings {
123126
Settings {
124127
stop_words: Some(
125128
stop_words

0 commit comments

Comments
 (0)