Fixed the formatting

This commit is contained in:
Marcin Grzejszczak
2018-10-05 11:44:09 +02:00
parent 5a14ffd957
commit fa40bd83dd

View File

@@ -341,8 +341,7 @@ public class SleuthSpanCreatorAspectWebFluxTests {
return Mono.subscriberContext()
.doOnSuccess(
context -> log.info("New Span in deferred Trace Context"))
.flatMap(context -> Mono.defer(
() -> Mono.just(span)));
.flatMap(context -> Mono.defer(() -> Mono.just(span)));
}
}