aboutsummaryrefslogtreecommitdiff
path: root/url-picker
diff options
context:
space:
mode:
Diffstat (limited to 'url-picker')
-rw-r--r--url-picker3
1 files changed, 1 insertions, 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++;