Skip to content

Commit

Permalink
test: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
deniskovalchuk committed Apr 9, 2024
1 parent 6b424c1 commit 036f369
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/client.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -799,8 +799,7 @@ TEST_F(client, upload_unique_file)

TEST_F(client, open_ssl_connection)
{
ftp::ssl_context_ptr ssl_context =
std::make_unique<ftp::ssl_context>(ftp::ssl_context::tls_client);
ftp::ssl_context_ptr ssl_context = std::make_unique<ftp::ssl_context>(ftp::ssl_context::tls_client);

ftp::client client(std::move(ssl_context));

Expand Down

0 comments on commit 036f369

Please sign in to comment.