Skip to content

Commit 1bfe9ff

Browse files
committed
Formatting
1 parent ec20f13 commit 1bfe9ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/spring-cloud-stream/src/test/java/org/springframework/cloud/stream/config/SpelExpressionConverterConfigurationTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,10 @@ void converterCorrectlyInstalled() {
7777

7878
assertThat(propertyAccessors)
7979
.hasAtLeastOneElementOfType(JsonPropertyAccessor.class);
80-
80+
8181
Expression numberExpression = this.pojo.getNumberExpression();
8282
assertThat(numberExpression.getValue()).isEqualTo(5);
83-
83+
8484
Expression booleanExpression = this.pojo.getBooleanExpression();
8585
assertThat(booleanExpression.getValue()).isEqualTo(true);
8686
}

0 commit comments

Comments
 (0)