Remove parentheses

master
sagarwal 2016-03-02 01:11:57 +00:00
parent f5f9c0f15f
commit 61eda51cd6
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ zci is_cached => 1;
triggers start => 'beam me up scotty', 'beam us up scotty';
handle remainder => sub {
return unless ($_ eq '');
return unless $_ eq '';
my $answer = 'Aye, aye, captain.';