fmt
This commit is contained in:
parent
fb23353453
commit
426b531e4c
4 changed files with 28 additions and 13 deletions
|
|
@ -27,7 +27,10 @@ impl From<usize> for FpmPoolConfig {
|
|||
|
||||
impl FpmPoolConfig {
|
||||
pub fn new(max_children: usize, custom: impl Into<String>) -> Self {
|
||||
Self { max_children, custom: Some(custom.into()) }
|
||||
Self {
|
||||
max_children,
|
||||
custom: Some(custom.into()),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue