This commit is contained in:
yangzhouhan 2015-08-14 16:35:32 -07:00
Родитель 1126ae61bf
Коммит 3df1dd419a
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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