Skip to content

Commit 26e6c2b

Browse files
foldericonp2
authored andcommitted
Remove unowned keyword from protocol (p2#271)
1 parent 71ad611 commit 26e6c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Base/OAuth2AuthorizerUI.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Platform-dependent authorizers must adopt this protocol.
2727
public protocol OAuth2AuthorizerUI {
2828

2929
/// The OAuth2 instance this authorizer belongs to.
30-
unowned var oauth2: OAuth2Base { get }
30+
var oauth2: OAuth2Base { get }
3131

3232
/**
3333
Open the authorize URL in the OS browser.

0 commit comments

Comments
 (0)