Add missing code tag to Rules documentation (#2090)

Co-authored-by: Cal Stephens <cal@calstephens.tech>
This commit is contained in:
Alex Agapov
2025-06-15 20:52:32 +05:00
committed by Cal Stephens
parent 131b079154
commit e53447306e
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -3117,6 +3117,7 @@ Swift 6.1 and later:
- Quux
+ Quux,
> {}
```
</details>
<br/>
+1
View File
@@ -146,6 +146,7 @@ public extension FormatRule {
- Quux
+ Quux,
> {}
```
"""
}
}