✨ feat: remove space from the end of the line
This commit is contained in:
parent
d8bd2feb6e
commit
11bcf9c98a
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ impl Config {
|
||||||
.lock()
|
.lock()
|
||||||
.write_all(&format!("Config Error: The value of `threads` option should be a non zero positive integer\nFalling back to using {} threads\n", total_num_of_threads).into_bytes())?;
|
.write_all(&format!("Config Error: The value of `threads` option should be a non zero positive integer\nFalling back to using {} threads\n", total_num_of_threads).into_bytes())?;
|
||||||
};
|
};
|
||||||
total_num_of_threads as u8
|
total_num_of_threads as u8
|
||||||
} else {
|
} else {
|
||||||
parsed_threads
|
parsed_threads
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Reference in a new issue