Skip to content

Commit

Permalink
revert unnecessary change
Browse files Browse the repository at this point in the history
  • Loading branch information
barelyreal committed Aug 16, 2016
1 parent 169d8a6 commit e708cf3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/BKRemotePeripheral.swift
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ public class BKRemotePeripheral: BKRemotePeer, BKCBPeripheralDelegate {

internal func discoverServices() {
if peripheral?.services != nil {
self.peripheral(peripheral!, didDiscoverServices: nil)
peripheral(peripheral!, didDiscoverServices: nil)
return
}
peripheral?.discoverServices(configuration!.serviceUUIDs)
Expand Down

0 comments on commit e708cf3

Please sign in to comment.