cleanup trailing whitespace ugliness
[scpubgit/Object-Remote.git] / lib / Object / Remote / ReadChannel.pm
index ed29f58..f812e3f 100644 (file)
@@ -56,14 +56,12 @@ sub DEMOLISH {
   my ($self, $gd) = @_;
   return if $gd;
   log_trace { "read channel is being demolished" };
-   
+
   Object::Remote->current_loop
                 ->unwatch_io(
                     handle => $self->fh,
                     on_read_ready => 1
                   );
-                  
-  
 }
 
 1;