Skip to content

Commit 22d066a

Browse files
committed
fix formatting
1 parent 168bebb commit 22d066a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: bundles/core/src/test/java/io/wcm/wcm/core/components/impl/models/v2/TeaserV2ImplTest.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ void testTitleDescriptionImageFromPage_WithContentPolicy() {
226226
PN_COMPONENT_MEDIA_AUTOCROP, Boolean.TRUE,
227227
PN_COMPONENT_MEDIA_RESPONSIVE_TYPE, "imageSizes");
228228
context.create().resource(policyMapping.getPolicy().getPath() + "/" + NN_COMPONENT_MEDIA_RESPONSIVEIMAGE_SIZES,
229-
"widths", "45,90");
229+
"widths", "45,90");
230230

231231
Teaser underTest = AdaptTo.notNull(context.request(), Teaser.class);
232232

0 commit comments

Comments
 (0)