Просмотр исходного кода

Ran cleanup whitespace script and caught one in Response initializers.

Christian Noon 9 лет назад
Родитель
Сommit
a3f0630016
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      Source/Response.swift

+ 1 - 1
Source/Response.swift

@@ -142,7 +142,7 @@ public struct DefaultDownloadResponse {
     var _metrics: AnyObject?
 
     init(
-        request: URLRequest?, 
+        request: URLRequest?,
         response: HTTPURLResponse?,
         temporaryURL: URL?,
         destinationURL: URL?,