Skip to content

Commit ebf681c

Browse files
committed
Add return type to init in GIDFakeFetcherService header
1 parent 297c3bc commit ebf681c

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)