Skip to content

Commit b883198

Browse files
committed
fixed having no spaces between strings
1 parent c6a1c87 commit b883198

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)