From b4f24fd946a38e5902158e5f9fae5893ec8d6ae8 Mon Sep 17 00:00:00 2001 From: Chad Perrin Date: Sat, 11 Sep 2010 14:05:31 -0600 Subject: moved a brace for consistent brace placement -- user: Chad Perrin branch 'default' changed url-picker --- url-picker | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/url-picker b/url-picker index a9459b5..4377572 100644 --- a/url-picker +++ b/url-picker @@ -23,8 +23,7 @@ sub on_user_command { my $num = 0; while ($row++ < $self->nrow) { my $text = $self->ROW_t($row); - while ($text =~ /$url/g) - { + while ($text =~ /$url/g) { my $col = $-[0]; my $href = $&; $num++; -- cgit v1.2.3