Remove useless whitespace.
authorJelmer Vernooij <jelmer@samba.org>
Sun, 29 Mar 2009 00:37:19 +0000 (00:37 +0000)
committerJelmer Vernooij <jelmer@samba.org>
Sun, 29 Mar 2009 00:37:19 +0000 (00:37 +0000)
dulwich/pack.py

index 52c56ae64d34f4a31af4a342455d8922e369e18f..162c2bb8ad6bd8668297639c9582b1051655726b 100644 (file)
@@ -886,7 +886,6 @@ class Pack(object):
         offset = self.idx.object_index(sha1)
         if offset is None:
             raise KeyError(sha1)
-
         type, obj = self.data.get_object_at(offset)
         if isinstance(offset, long):
           offset = int(offset)