Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Oct 15, 2024
1 parent 609ba14 commit 5d22320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/s3_mock_server_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ TEST_CASE(multipart_upload_mock_server) {
TEST_CASE(multipart_upload_with_network_interface_names_mock_server) {
(void)ctx;
#if defined(AWS_OS_WINDOWS)
(void) allocator;
(void)allocator;
return AWS_OP_SKIP;
#else
struct aws_s3_tester tester;
Expand Down

0 comments on commit 5d22320

Please sign in to comment.