Skip to content

Commit

Permalink
Fix DarwinGATT.Queue.popFirst()
Browse files Browse the repository at this point in the history
  • Loading branch information
colemancda committed Mar 13, 2024
1 parent 77d3bc6 commit 113a71d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Sources/DarwinGATT/Queue.swift
Expand Up @@ -57,7 +57,6 @@ internal struct Queue<Operation> {
executeCurrent()
return
}
assertionFailure()
}

private mutating func executeCurrent() {
Expand Down

0 comments on commit 113a71d

Please sign in to comment.