Skip to content

Commit

Permalink
move
Browse files Browse the repository at this point in the history
  • Loading branch information
cuiy0006 committed Oct 24, 2024
1 parent 9d08ae0 commit e67c9cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ StatusOr<ExternalAccountInfo> ParseExternalAccountConfiguration(
*std::move(source),
absl::nullopt,
*std::move(universe_domain),
workforce_pool_user_project};
std::move(workforce_pool_user_project)};

auto it = json.find("service_account_impersonation_url");
if (it == json.end()) return info;
Expand Down

0 comments on commit e67c9cd

Please sign in to comment.