Skip to content

Commit

Permalink
Merge pull request #8 from Kuniwak/fix-warnings
Browse files Browse the repository at this point in the history
Remove warned codes
  • Loading branch information
Kuniwak committed Jul 16, 2024
2 parents 92b810a + 36689f4 commit 66d9fa8
Showing 1 changed file with 0 additions and 22 deletions.
22 changes: 0 additions & 22 deletions Sources/BLEModel/PeripheralsDiscoveryModel.swift
Original file line number Diff line number Diff line change
Expand Up @@ -182,25 +182,3 @@ public class PeripheralsDiscoveryModelLogger: Subscriber, Cancellable {
cancellables.removeAll()
}
}


extension CBManagerState: CustomStringConvertible {
public var description: String {
switch self {
case .poweredOff:
return "poweredOff"
case .poweredOn:
return "poweredOn"
case .resetting:
return "resetting"
case .unauthorized:
return "unauthorized"
case .unsupported:
return "unsupporeted"
case .unknown:
return "unknown"
default:
return "\(self)"
}
}
}

0 comments on commit 66d9fa8

Please sign in to comment.