From: Mike Taylor Date: Thu, 16 Nov 2006 14:58:55 +0000 (+0000) Subject: Whitespace formatting. X-Git-Tag: CPAN-v1.02~54^2~728 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=12b408cdb57c9899a04ae7f0213f6cc04cd3c4eb Whitespace formatting. --- diff --git a/lib/ZOOM/IRSpy/Task/Search.pm b/lib/ZOOM/IRSpy/Task/Search.pm index de4389d..ce5f889 100644 --- a/lib/ZOOM/IRSpy/Task/Search.pm +++ b/lib/ZOOM/IRSpy/Task/Search.pm @@ -1,4 +1,4 @@ -# $Id: Search.pm,v 1.6 2006-11-02 16:11:44 mike Exp $ +# $Id: Search.pm,v 1.7 2006-11-16 14:58:55 mike Exp $ package ZOOM::IRSpy::Task::Search; @@ -60,7 +60,7 @@ sub run { sub render { my $this = shift(); - return ref($this) . "(" . $this->{query}. ")"; + return ref($this) . "(" . $this->{query} . ")"; } use overload '""' => \&render;