Skip to content

Commit f508054

Browse files
Lommelunnicklockwood
authored andcommitted
Fix leaking markdown code cage
1 parent 4e92b81 commit f508054

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Rules.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -848,6 +848,7 @@ Option | Description
848848
static let foo = "foo"
849849
static let bar = "bar"
850850
}
851+
```
851852

852853
</details>
853854
<br/>

Sources/Rules/EnumNamespaces.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ public extension FormatRule {
6565
static let foo = "foo"
6666
static let bar = "bar"
6767
}
68+
```
6869
"""
6970
}
7071
}

0 commit comments

Comments
 (0)