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

Unified Diff: FavIconTests/HTMLDocumentTests.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/FavIconsTests.swift ('k') | Walkthrough.playground/Contents.swift » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: FavIconTests/HTMLDocumentTests.swift
diff --git a/FavIconTests/HTMLDocumentTests.swift b/FavIconTests/HTMLDocumentTests.swift
index 73a35a71426f4725578cd47eb7ca8166be86107f..8cff63ab7cd0fa510b3e93d977566c00885c6fa0 100644
--- a/FavIconTests/HTMLDocumentTests.swift
+++ b/FavIconTests/HTMLDocumentTests.swift
@@ -15,8 +15,8 @@
// limitations under the License.
//
-import XCTest
@testable import FavIcon
+import XCTest
class HTMLDocumentTests: XCTestCase {
func testHTMLFragment() {
« no previous file with comments | « FavIconTests/FavIconsTests.swift ('k') | Walkthrough.playground/Contents.swift » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld