Skip to content

Commit ca42473

Browse files
authored
Fix missing newline breaking mkdocs list formatting (#429)
1 parent d73c541 commit ca42473

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/rules.md

+1
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,7 @@ By default, this rule will only check for modifiers in public methods. However,
282282
```
283283

284284
Possible values are:
285+
285286
* `only_public`: (default) Will check for missing modifiers only for public composables.
286287
* `public_and_internal`: Will check for missing modifiers in both public and internal composables.
287288
* `all`: Will check for missing modifiers in all composables.

0 commit comments

Comments
 (0)