Skip to content

Commit b3555fa

Browse files
committed
Fix checkstyle violation in properties file
See gh-10565
1 parent 9106723 commit b3555fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot/src/test/resources/org/springframework/boot/env/test-properties.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ test-multiline-immediate-bang=\
3939
!foo
4040

4141
#test ISO 8859-1
42-
test-iso8859-1-chars=æ×ÈÅÞßáñÀÿ
42+
test-iso8859-1-chars=æ×ÈÅÞßáñÀÿ

0 commit comments

Comments
 (0)