3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-03 01:48:38 +02:00

Remove extraneous whitespace

This commit is contained in:
Pragmatic Software 2015-09-14 10:25:16 -07:00
parent e1d557e75f
commit 739c28125b

View File

@ -375,7 +375,6 @@ sub expand_factoid_vars {
my $line = int(rand($#mylist + 1)); my $line = int(rand($#mylist + 1));
$mylist[$line] =~ s/"//g; $mylist[$line] =~ s/"//g;
foreach my $mod (split /:/, $modifier) { foreach my $mod (split /:/, $modifier) {
given ($mod) { given ($mod) {
when ('uc') { when ('uc') {