removed stray whitespace that showed up after rebase
[scpubgit/Object-Remote.git] / lib / Object / Remote / Connection.pm
index 3b4adfc..349d2a1 100644 (file)
@@ -212,7 +212,7 @@ sub _build__json {
       tie @tied_array, 'Object::Remote::Tied', $self->_id_to_remote_object(@_);
       return \@tied_array;
     }
-  ); 
+  );
 }
 
 sub _load_if_possible {