Skip to content

Commit 8c75698

Browse files
committed
Address SwiftLint violations
1 parent f479fd7 commit 8c75698

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Modules/Sources/FormattableContentKit/Styles/SnippetsContentStyles.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ public class SnippetsContentStyles: FormattableContentStyles {
1414
public var key: String
1515

1616
public init(
17-
quoteStyles: [NSAttributedString.Key : Any]? = nil,
18-
rangeStylesMap: [FormattableRangeKind : [NSAttributedString.Key : Any]]? = nil,
17+
quoteStyles: [NSAttributedString.Key: Any]? = nil,
18+
rangeStylesMap: [FormattableRangeKind: [NSAttributedString.Key: Any]]? = nil,
1919
linksColor: UIColor? = nil,
2020
key: String = "SnippetsContentStyles"
2121
) {

0 commit comments

Comments
 (0)