INET connector
[scpubgit/Object-Remote.git] / lib / Object / Remote / Connector / Local.pm
index 838bd5d..6119e3f 100644 (file)
@@ -10,8 +10,8 @@ BEGIN {  }
 
 push @Object::Remote::Connection::Guess, sub {
   if (($_[0]||'') eq '-') {
-      shift(@_); 
-      __PACKAGE__->new(@_); 
+      shift(@_);
+      __PACKAGE__->new(@_);
   }
 };