From: Mike Taylor Date: Thu, 16 Nov 2006 14:58:55 +0000 (+0000) Subject: Whitespace formatting. X-Git-Tag: CPAN-v1.02~783 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;ds=inline;h=5068b2b9f395c1c4c38b01c1961742439c89bf0b;p=irspy-moved-to-github.git 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;