Skip to content

Commit 993b6dd

Browse files
committed
Corrected formattign slip
1 parent 3c01b1f commit 993b6dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/src/docs/asciidoc/chapter-3-mapper-as-converter.asciidoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ public class ConversionServiceAdapter {
6767
final SeatConfiguration source) {
6868
return conversionService.convert(source, SeatConfigurationDto.class);
6969
}
70-
}----
70+
}
71+
----
7172
====
7273

7374
Since this class' methods match the signature that MapStruct expects, we can now add it to the CarMapper:

0 commit comments

Comments
 (0)