Skip to content

Commit ad44d33

Browse files
authored
Merge pull request #4604 from muukii/patch-1
Format AttributedString.swift
2 parents cd98893 + a20132d commit ad44d33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Foundation/AttributedString/AttributedString.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2071,7 +2071,7 @@ extension Range where Bound == String.Index {
20712071
}
20722072
}
20732073

2074-
internal func __equalAttributes(_ lhs: Any?, _ rhs: Any?) ->Bool {
2074+
internal func __equalAttributes(_ lhs: Any?, _ rhs: Any?) -> Bool {
20752075
switch (lhs, rhs) {
20762076
case (.none, .none):
20772077
return true

0 commit comments

Comments
 (0)