Browse Source

Remove useless whitespace.

Jelmer Vernooij 16 years ago
parent
commit
ac8a5aab46
1 changed files with 0 additions and 1 deletions
  1. 0 1
      dulwich/pack.py

+ 0 - 1
dulwich/pack.py

@@ -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)