Skip to content

Commit ed23943

Browse files
committed
test: trim lines rendered by freemarker
1 parent 5b12464 commit ed23943

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/sbm-recipes-boot-upgrade/src/main/resources/recipes/boot-new-report.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,9 +81,9 @@
8181
The scan found properties with `spring.data` prefix but no dependency matching `org.springframework.data:.*`.
8282
8383
<#list matches as match>
84-
* file://${match.absolutePath}[`${match.relativePath}`]
84+
* file://${match.absolutePath}[`${match.relativePath}`]<#lt>
8585
<#list match.propertiesFound as property>
86-
** `${property}`
86+
** `${property}`<#lt>
8787
</#list>
8888
</#list>
8989

0 commit comments

Comments
 (0)