Some trivial formatting fixes.
[jelmer/dulwich-libgit2.git] / dulwich / server.py
index 971f2c75ce66940e82b5eb9c882347d510a38b4f..140ee4e8f5bc4f3dd555c4646c96a427113d6875 100644 (file)
@@ -82,7 +82,8 @@ class BackendRepo(object):
         :return: The peeled value of the ref. If the ref is known not point to
             a tag, this will be the SHA the ref refers to. If the ref may 
             point to a tag, but no cached information is available, None is 
-            returned.  """
+            returned.
+        """
         return None
 
     def apply_pack(self, refs, read, delete_refs=True):