瀏覽代碼

Remove useless whitespace.

Jelmer Vernooij 16 年之前
父節點
當前提交
ac8a5aab46
共有 1 個文件被更改,包括 0 次插入1 次删除
  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)