Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
yangzhouhan committed Aug 14, 2015
1 parent 1126ae6 commit 3df1dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion credentials/oauth/oauth.go
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ type serviceAccount struct {

func (s serviceAccount) GetRequestMetadata(ctx context.Context) (map[string]string, error) {
token, err := s.config.TokenSource(ctx).Token()
if err != nil
if err != nil {
return nil, err
}
return map[string]string{
Expand Down

0 comments on commit 3df1dd4

Please sign in to comment.