This commit is contained in:
yangzhouhan 2015-08-14 16:35:32 -07:00
parent 1126ae61bf
commit 3df1dd419a
1 changed files with 1 additions and 1 deletions

View File

@ -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{