Skip to content

Commit c66c616

Browse files
author
Mark Pospesel
committed
Make single line
1 parent e880ec3 commit c66c616

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Sources/YCoreUI/Protocols/SystemImage.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,7 @@ public protocol SystemImage: RawRepresentable where RawValue == String {
4040

4141
extension SystemImage {
4242
/// Image will scale according to the specified text style.
43-
public static var textStyle: UIFont.TextStyle? {
44-
.body
45-
}
43+
public static var textStyle: UIFont.TextStyle? { .body }
4644

4745
/// Image configuration to be used in `loadImage()`.
4846
///

0 commit comments

Comments
 (0)