Skip to content

Commit 6a9faab

Browse files
committed
Use tab for indentation to be consistent with the repo
1 parent 7e82f24 commit 6a9faab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Sources/SwiftRichString/Attributes/FontConvertible.swift

+3-3
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ extension Font: FontConvertible {
6262
#elseif os(watchOS)
6363
return Font(name: self.fontName, size: (size ?? WATCHOS_SYSTEMFONT_SIZE))!
6464
#elseif os(macOS)
65-
return Font(descriptor: self.fontDescriptor, size: (size ?? Font.systemFontSize))!
66-
#else
67-
return Font(descriptor: self.fontDescriptor, size: (size ?? Font.systemFontSize))
65+
return Font(descriptor: self.fontDescriptor, size: (size ?? Font.systemFontSize))!
66+
#else
67+
return Font(descriptor: self.fontDescriptor, size: (size ?? Font.systemFontSize))
6868
#endif
6969
}
7070

0 commit comments

Comments
 (0)