John Carr пре 16 година
родитељ
комит
e0b1f05961
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      dulwich/protocol.py

+ 1 - 1
dulwich/protocol.py

@@ -112,7 +112,7 @@ class Protocol(object):
         splice_at = line.find(" ")
         cmd, args = line[:splice_at], line[splice_at+1:]
         return cmd, args.split(chr(0))
- 
+
 
 def extract_capabilities(text):
     if not "\0" in text: