Trim whitespace and end with newline

This commit is contained in:
Liam Newman
2020-12-23 16:59:49 -08:00
parent a15e67f065
commit 6a39d7fca5
25 changed files with 36 additions and 32 deletions

View File

@@ -12,14 +12,14 @@ import javax.annotation.Nonnull;
* <p>
* Batching looks like this:
* </p>
*
*
* <pre>
* update().someName(value).otherName(value).done()
* </pre>
* <p>
* Single changes look like this:
* </p>
*
*
* <pre>
* set().someName(value);
* set().otherName(value);