Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Jun 4, 2024
1 parent f76545e commit e5a84e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/credentials_provider_sts_web_identity.c
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ static int s_stswebid_error_xml_on_Error_child(struct aws_xml_node *node, void *
struct aws_byte_cursor node_name = aws_xml_node_get_name(node);
if (aws_byte_cursor_eq_c_str_ignore_case(&node_name, "Code")) {

struct aws_byte_cursor data_cursor = {0,0};
struct aws_byte_cursor data_cursor = {0, 0};
if (aws_xml_node_as_body(node, &data_cursor)) {
return AWS_OP_ERR;
}
Expand Down

0 comments on commit e5a84e7

Please sign in to comment.