mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
style: change fmt from empty str to "unlimited"
This commit is contained in:
parent
15cdc6924b
commit
e96c1d4b0f
1 changed files with 1 additions and 1 deletions
|
@ -852,7 +852,7 @@ impl fmt::Display for MaxThreads {
|
|||
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||
match self.0 {
|
||||
Some(threads) => write!(f, "{}", threads),
|
||||
None => Ok(()),
|
||||
None => write!(f, "unlimited"),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue