Revision a182a3ed lib/server/rapi.py

b/lib/server/rapi.py
79 79
    @return: the body of the message
80 80

  
81 81
    """
82
    return serializer.DumpJson(values, indent=True)
82
    return serializer.DumpJson(values)
83 83

  
84 84

  
85 85
class RemoteApiHttpServer(http.auth.HttpServerRequestAuthentication,

Also available in: Unified diff