Skip to content

Commit

Permalink
Fixed up a compiler issue in the iOS example.
Browse files Browse the repository at this point in the history
  • Loading branch information
cnoon committed Sep 19, 2015
1 parent b00d3f2 commit b9184d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/DetailViewController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ class DetailViewController: UITableViewController {
refreshControl?.beginRefreshing()

let start = CACurrentMediaTime()
request.responseString { request, response, result in
request.responseString { request, response, _, result in
let end = CACurrentMediaTime()
self.elapsedTime = end - start

Expand Down

0 comments on commit b9184d4

Please sign in to comment.