Browse Source

Fix style.

Jelmer Vernooij 5 years ago
parent
commit
cb99baa336
1 changed files with 1 additions and 0 deletions
  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>'"""