mirror of
https://github.com/neon-mmd/websurfx.git
synced 2024-11-22 05:58:21 -05:00
✨ feat: remove space from the end of the line
This commit is contained in:
parent
d8bd2feb6e
commit
11bcf9c98a
@ -91,7 +91,7 @@ impl Config {
|
||||
.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())?;
|
||||
};
|
||||
total_num_of_threads as u8
|
||||
total_num_of_threads as u8
|
||||
} else {
|
||||
parsed_threads
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user