Skip to content

Commit c4561d1

Browse files
lint
1 parent 98d634a commit c4561d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/s3_default_buffer_pool.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ static void s_aws_ticket_wrapper_destroy(void *data) {
450450

451451
struct aws_s3_buffer_ticket *new_ticket_wrapper = s_wrap_default_ticket(pending->ticket);
452452
aws_future_s3_buffer_ticket_set_result_by_move(pending->ticket_future, &new_ticket_wrapper);
453-
453+
454454
aws_future_s3_buffer_ticket_release(pending->ticket_future);
455455
aws_linked_list_pop_front(&pending_reserves_to_complete);
456456
aws_mem_release(buffer_pool->base_allocator, pending);

0 commit comments

Comments
 (0)