Remove a useless newline
Dave Rolsky [Tue, 5 May 2009 19:31:20 +0000 (19:31 +0000)]
lib/Catalyst/Watcher/Inotify.pm

index 568b510..ac262ac 100644 (file)
@@ -13,7 +13,6 @@ has _inotify => (
     isa      => 'Linux::Inotify2',
     default  => sub { Linux::Inotify2->new },
     init_arg => undef,
-
 );
 
 has _mask => (