We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f479fd7 commit 8c75698Copy full SHA for 8c75698
Modules/Sources/FormattableContentKit/Styles/SnippetsContentStyles.swift
@@ -14,8 +14,8 @@ public class SnippetsContentStyles: FormattableContentStyles {
14
public var key: String
15
16
public init(
17
- quoteStyles: [NSAttributedString.Key : Any]? = nil,
18
- rangeStylesMap: [FormattableRangeKind : [NSAttributedString.Key : Any]]? = nil,
+ quoteStyles: [NSAttributedString.Key: Any]? = nil,
+ rangeStylesMap: [FormattableRangeKind: [NSAttributedString.Key: Any]]? = nil,
19
linksColor: UIColor? = nil,
20
key: String = "SnippetsContentStyles"
21
) {
0 commit comments