Browse Source

Fix style.

Jelmer Vernooij 5 năm trước cách đây
mục cha
commit
cb99baa336
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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>'"""