Explorar el Código

Ran cleanup whitespace script and caught one in Response initializers.

Christian Noon hace 9 años
padre
commit
a3f0630016
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Source/Response.swift

+ 1 - 1
Source/Response.swift

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