Index: FavIcon/DetectedIcon.swift |
diff --git a/FavIcon/DetectedIcon.swift b/FavIcon/DetectedIcon.swift |
index 081b4b26bacdc405f6b8d19121889f748f03ca60..da589a520a3516d8abd4c2d747c12bc5e225442f 100644 |
--- a/FavIcon/DetectedIcon.swift |
+++ b/FavIcon/DetectedIcon.swift |
@@ -16,7 +16,8 @@ |
// |
/// Enumerates the types of detected icons. |
-@objc public enum DetectedIconType: UInt { |
+@objc |
+public enum DetectedIconType: UInt { |
/// A shortcut icon. |
case shortcut |
/// A classic icon (usually in the range 16x16 to 48x48). |
@@ -38,7 +39,8 @@ |
} |
/// Represents a detected icon. |
-@objc public class DetectedIcon : NSObject { |
+@objc |
+public class DetectedIcon: NSObject { |
/// The absolute URL for the icon file. |
@objc public let url: URL |
/// The type of the icon. |