Fix indentation in ref docs for RestTemplate

Closes gh-29014
This commit is contained in:
jbotuck
2022-08-25 13:21:01 -05:00
committed by rstoyanchev
parent 081d70123e
commit 597c687da8

View File

@@ -306,7 +306,7 @@ to serialize only a subset of the object properties, as the following example sh
----
[[rest-template-multipart]]
===== Multipart
==== Multipart
To send multipart data, you need to provide a `MultiValueMap<String, Object>` whose values
may be an `Object` for part content, a `Resource` for a file part, or an `HttpEntity` for