Forráskód Böngészése

Added missing CustomDebugStringCovertible conformance to DownloadResponse.

Christian Noon 9 éve
szülő
commit
81887739a6
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      Source/Response.swift

+ 1 - 1
Source/Response.swift

@@ -177,7 +177,7 @@ public struct DownloadResponse<Value> {
 
 // MARK: -
 
-extension DownloadResponse: CustomStringConvertible {
+extension DownloadResponse: CustomStringConvertible, CustomDebugStringConvertible {
     /// The textual representation used when written to an output stream, which includes whether the result was a
     /// success or failure.
     public var description: String {