Skip to content

Commit 7378478

Browse files
committed
Style: Format code to align with project conventions
Signed-off-by: potato <[email protected]>
1 parent a6efa2a commit 7378478

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spring-web/src/test/java/org/springframework/web/util/HtmlCharacterEntityDecoderTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,6 @@ void unescapeHandlesBasicEntities() {
3737
// Assert
3838
assertEquals(expectedOutput, actualOutput, "Basic HTML entities were not unescaped correctly.");
3939
}
40+
4041
}
42+

0 commit comments

Comments
 (0)