[SMALL] added space to a string
This commit is contained in:
parent
dec7cb0236
commit
3028b1abfe
5 changed files with 34 additions and 1 deletions
src
|
@ -91,7 +91,7 @@ pub async fn main() {
|
|||
}
|
||||
|
||||
let maxblanks = rand::thread_rng().gen_range(1..=5);
|
||||
let mut outmsg = "GotTrolled".to_owned();
|
||||
let mut outmsg = "GotTrolled ".to_owned();
|
||||
|
||||
for _i in 1..maxblanks {
|
||||
let blankspace: &str = "";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue