Skip to content

Commit

Permalink
Fixed up formatting in TaskDelegate…no functional changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnoon committed Sep 6, 2017
1 parent ca99705 commit 43889a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Source/TaskDelegate.swift
Expand Up @@ -49,13 +49,15 @@ open class TaskDelegate: NSObject {
return _task
}
}

var initialResponseTime: CFAbsoluteTime?
var credential: URLCredential?
var metrics: AnyObject? // URLSessionTaskMetrics

private var _task: URLSessionTask? {
didSet { reset() }
}

private let taskLock = NSLock()

// MARK: Lifecycle
Expand Down

0 comments on commit 43889a3

Please sign in to comment.