Skip to content

Commit

Permalink
Add return type to init in GIDFakeFetcherService header
Browse files Browse the repository at this point in the history
  • Loading branch information
mdmathias committed Apr 11, 2024
1 parent 297c3bc commit ebf681c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GoogleSignIn/Tests/Unit/GIDFakeFetcherService.h
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wdeprecated-declarations"
/// Creates an instance of this fake with an authorizer.
- initWithAuthorizer:(id<GTMFetcherAuthorizationProtocol>)authorizer;
- (instancetype)initWithAuthorizer:(id<GTMFetcherAuthorizationProtocol>)authorizer;
#pragma clang diagnostic pop

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

0 comments on commit ebf681c

Please sign in to comment.