Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: FavIcon/DetectedIcon.swift

Issue 29664569: Favicon: Issue 6245 - SwiftLinted project files (Closed)
Patch Set: Removed the sorted_imports rule and reversed the import calls to be sorted alphabetically Created Feb. 19, 2018, 10:38 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .swiftlint.yml ('k') | FavIcon/FavIcon.swift » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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.
« no previous file with comments | « .swiftlint.yml ('k') | FavIcon/FavIcon.swift » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld