all tests run at trace log level with a null log output; new tests for watchdog,...
[scpubgit/Object-Remote.git] / lib / Object / Remote / Node.pm
index e769e58..93ca232 100644 (file)
@@ -12,7 +12,7 @@ sub run {
   log_trace { "run() has been invoked on remote node" };
   
   if ($args{watchdog_timeout}) {
-    Object::Remote::WatchDog->new(timeout => $args{watchdog_timeout}); 
+    Object::Remote::WatchDog->new(timeout => $args{watchdog_timeout});
   }
   
   my $c = Object::Remote::Connector::STDIO->new->connect;