Skip to content

Commit 0aff294

Browse files
authored
Merge pull request #2 from BreadTeleporter/breadtf-patch1
fixed having no spaces between strings
2 parents c6a1c87 + b883198 commit 0aff294

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/uwurandom.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,6 @@ function uwu_scrunkly($length)
176176
$last = $random;
177177
}
178178

179-
return implode($out);
179+
return implode(" ", $out);
180180
}
181181
}

0 commit comments

Comments
 (0)