Skip to content

Commit 7d4b575

Browse files
committed
[ci] Try adjusting formatting on readme
1 parent 81451c1 commit 7d4b575

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Contributions
2727

2828
Mybatis-core is now being auto formatted. Given nature of some code logic with mybatis, it is more appropriate to force a formatting structure manually for snippets such as sql statements. To do so, add following blocks around code.
2929

30-
```// @formatter:off``` - to start the block of unformatted code
31-
```// @formatter:off``` - to end the block of unformatted code
30+
```// @formatter:off``` to start the block of unformatted code
31+
```// @formatter:off``` to end the block of unformatted code
3232

3333
If comment sections need same behaviour such as javadocs, note that the entire block must be around entire comment as direct usage does not properly indicate that formatter treats it all as one comment block regardless.

0 commit comments

Comments
 (0)