Skip to content

Commit

Permalink
Merge pull request #1324 from RomanPodymov/fix/xcode_15
Browse files Browse the repository at this point in the history
Xcode 15 Warning
  • Loading branch information
mxcl authored Aug 27, 2023
2 parents e8a04e6 + 0f1f823 commit 0b9b7d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Guarantee.swift
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ public final class Guarantee<T>: Thenable {
}
}

final private class Box<T>: EmptyBox<T> {
final private class Box<U>: EmptyBox<U> {
deinit {
switch inspect() {
case .pending:
Expand Down

0 comments on commit 0b9b7d6

Please sign in to comment.