From 1529473282e3a8e6f1f09abbdc67b65adf7d8787 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Tue, 10 Sep 2019 09:08:16 +0200 Subject: [PATCH] Fixed checkstyle --- .../sleuth/annotation/SleuthSpanCreatorAspectMonoTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/annotation/SleuthSpanCreatorAspectMonoTests.java b/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/annotation/SleuthSpanCreatorAspectMonoTests.java index 43f81c6c6..b94888311 100644 --- a/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/annotation/SleuthSpanCreatorAspectMonoTests.java +++ b/spring-cloud-sleuth-core/src/test/java/org/springframework/cloud/sleuth/annotation/SleuthSpanCreatorAspectMonoTests.java @@ -762,4 +762,4 @@ final class Pair { return Objects.hash(first, second); } -} \ No newline at end of file +}