formatting
This commit is contained in:
@@ -77,7 +77,8 @@ public class CachedBodyOutputMessage implements ReactiveHttpOutputMessage {
|
||||
*/
|
||||
public Flux<DataBuffer> getBody() {
|
||||
if (body == null) {
|
||||
return Flux.error(new IllegalStateException("The body is not set. " + "Did handling complete with success?"));
|
||||
return Flux
|
||||
.error(new IllegalStateException("The body is not set. " + "Did handling complete with success?"));
|
||||
}
|
||||
return this.body;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user