Fix spacing.
authorJelmer Vernooij <jelmer@jelmer.uk>
Sat, 20 Oct 2018 20:36:59 +0000 (20:36 +0000)
committerJelmer Vernooij <jelmer@jelmer.uk>
Sat, 20 Oct 2018 20:36:59 +0000 (20:36 +0000)
dulwich/repo.py

index 0c2bc470c1bf33b284f315e94dede6bfc8d106e8..cd992aeb59abefb2a273bc860f54b8487a7ea2fa 100644 (file)
@@ -684,7 +684,7 @@ class BaseRepo(object):
             try:
                 encoding = config.get(('i18n', ), 'commitEncoding')
             except KeyError:
-                pass # No dice
+                pass  # No dice
         if encoding is not None:
             c.encoding = encoding
         if message is None: