From: Dave Rolsky Date: Tue, 5 May 2009 19:31:20 +0000 (+0000) Subject: Remove a useless newline X-Git-Tag: 1.14_01~12 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0e369986f7b44d83bb042714b7f1b736f330d3ab;p=catagits%2FCatalyst-Devel.git Remove a useless newline --- diff --git a/lib/Catalyst/Watcher/Inotify.pm b/lib/Catalyst/Watcher/Inotify.pm index 568b510..ac262ac 100644 --- a/lib/Catalyst/Watcher/Inotify.pm +++ b/lib/Catalyst/Watcher/Inotify.pm @@ -13,7 +13,6 @@ has _inotify => ( isa => 'Linux::Inotify2', default => sub { Linux::Inotify2->new }, init_arg => undef, - ); has _mask => (