瀏覽代碼

Fix style.

Jelmer Vernooij 5 年之前
父節點
當前提交
cb99baa336
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      dulwich/repo.py

+ 1 - 0
dulwich/repo.py

@@ -112,6 +112,7 @@ BASE_DIRECTORIES = [
 
 DEFAULT_REF = b'refs/heads/master'
 
+
 class InvalidUserIdentity(Exception):
     """User identity is not of the format 'user <email>'"""