Skip to content

Commit ec20caf

Browse files
authored
Add instancetype return to test helper (#393)
1 parent a7965d1 commit ec20caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GoogleSignIn/Tests/Unit/GIDFakeFetcherService.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#pragma clang diagnostic push
2727
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
2828
/// Creates an instance of this fake with an authorizer.
29-
- initWithAuthorizer:(id<GTMFetcherAuthorizationProtocol>)authorizer;
29+
- (instancetype)initWithAuthorizer:(id<GTMFetcherAuthorizationProtocol>)authorizer;
3030
#pragma clang diagnostic pop
3131

3232
/// Returns the list of |GPPFakeFetcher| objects that have been created.

0 commit comments

Comments
 (0)