Explorar o código

Fix style (long line)

semyon-slepov %!s(int64=6) %!d(string=hai) anos
pai
achega
6e312bd512
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      dulwich/porcelain.py

+ 2 - 1
dulwich/porcelain.py

@@ -327,7 +327,8 @@ def clone(source, target=None, bare=False, checkout=None,
     reflog_message = b'clone: from ' + source.encode('utf-8')
     try:
         fetch_result = fetch(
-            r, source, origin, errstream=errstream, message=reflog_message, **kwargs)
+            r, source, origin, errstream=errstream, message=reflog_message,
+            **kwargs)
         target_config = r.get_config()
         if not isinstance(source, bytes):
             source = source.encode(DEFAULT_ENCODING)