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

Unified Diff: Walkthrough.playground/Contents.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 | « FavIconTests/HTMLDocumentTests.swift ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Walkthrough.playground/Contents.swift
diff --git a/Walkthrough.playground/Contents.swift b/Walkthrough.playground/Contents.swift
index 372e5d2cae930a1c24509cdb56d2d0602878ceb3..9747c897d4b7c2d74f7e7e505101bfa17dd726b0 100644
--- a/Walkthrough.playground/Contents.swift
+++ b/Walkthrough.playground/Contents.swift
@@ -56,25 +56,7 @@ FavIcon.scan(URL(string: "https://google.com")!) { icons in
}
}
}
-
-
-
-
//: That's it. Good luck, have fun!
-
-
-
-
-
-
-
-
-
-
-
-
-
-
//: You don't actually need the next two lines when you're using this library, they're just here so
//: that network requests get a chance to execute when inside a playground.
import PlaygroundSupport
« no previous file with comments | « FavIconTests/HTMLDocumentTests.swift ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld