Skip to content

Commit b7e85fe

Browse files
author
Krish
committed
lint
1 parent c67396d commit b7e85fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/s3_mock_server_tests.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ static int s_validate_time_metrics(struct aws_s3_request_metrics *metrics, bool
3737
ASSERT_SUCCESS(aws_s3_request_metrics_get_request_duration_ns(metrics, &duration));
3838
ASSERT_TRUE(duration > 0);
3939
ASSERT_UINT_EQUALS(end - start, duration);
40-
} else{
40+
} else {
4141
ASSERT_FAILS(aws_s3_request_metrics_get_request_end_timestamp_ns(metrics, &end));
4242
ASSERT_FAILS(aws_s3_request_metrics_get_request_duration_ns(metrics, &end));
4343
}
@@ -288,7 +288,7 @@ static int s_validate_retry_metrics(
288288

289289
aws_hash_table_init(&hash_table, allocator, parts, aws_hash_ptr, aws_ptr_eq, NULL, NULL);
290290

291-
for (size_t i = (aws_array_list_length(metrics_list)); i-- > 0; ) {
291+
for (size_t i = (aws_array_list_length(metrics_list)); i-- > 0;) {
292292
metrics = NULL;
293293
aws_array_list_get_at(metrics_list, (void **)&metrics, i);
294294
int was_created = -1;

0 commit comments

Comments
 (0)