Skip to content

Commit

Permalink
Fix leaking markdown code cage
Browse files Browse the repository at this point in the history
  • Loading branch information
Lommelun authored and nicklockwood committed Jan 19, 2025
1 parent 4e92b81 commit f508054
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Rules.md
Original file line number Diff line number Diff line change
Expand Up @@ -848,6 +848,7 @@ Option | Description
static let foo = "foo"
static let bar = "bar"
}
```

</details>
<br/>
Expand Down
1 change: 1 addition & 0 deletions Sources/Rules/EnumNamespaces.swift
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ public extension FormatRule {
static let foo = "foo"
static let bar = "bar"
}
```
"""
}
}
Expand Down

0 comments on commit f508054

Please sign in to comment.