Explorar el Código

Whitespace fix.

Marc Brinkmann hace 14 años
padre
commit
45db39858f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      dulwich/pack.py

+ 1 - 1
dulwich/pack.py

@@ -1394,7 +1394,7 @@ class Pack(object):
 
     @classmethod
     def from_lazy_objects(self, data_fn, idx_fn):
-        """Create a new pack object from callables to load pack data and 
+        """Create a new pack object from callables to load pack data and
         index objects."""
         ret = Pack("")
         ret._data_load = data_fn