Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed May 8, 2024
1 parent 39e9012 commit c29497d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/credentials_utils.c
Original file line number Diff line number Diff line change
Expand Up @@ -406,7 +406,7 @@ AWS_STATIC_STRING_FROM_LITERAL(s_default_region_env, "AWS_DEFAULT_REGION");
struct aws_string *aws_credentials_provider_resolve_region_from_env(struct aws_allocator *allocator) {
struct aws_string *region = NULL;

/* check AWS_REGION environment variable first */
/* check AWS_REGION environment variable first */
aws_get_environment_value(allocator, s_region_env, &region);
if (region != NULL && region->len > 0) {
return region;
Expand Down

0 comments on commit c29497d

Please sign in to comment.