Skip to content

Commit

Permalink
style: clang-tidy auto fixes (#1711)
Browse files Browse the repository at this point in the history
Fixes #1710.

---------

Co-authored-by: kuznetsss <[email protected]>
Co-authored-by: Sergey Kuznetsov <[email protected]>
  • Loading branch information
3 people authored Oct 25, 2024
1 parent b6d5ec5 commit f083c82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/common/util/TestHttpClient.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
#include <boost/beast/core/flat_buffer.hpp>
#include <boost/beast/core/stream_traits.hpp>
#include <boost/beast/core/tcp_stream.hpp>
#include <boost/beast/http.hpp>
#include <boost/beast/http.hpp> // IWYU pragma: keep
#include <boost/beast/http/field.hpp>
#include <boost/beast/http/message.hpp>
#include <boost/beast/http/string_body.hpp>
#include <boost/beast/http/verb.hpp>
#include <boost/beast/http/write.hpp>
#include <boost/beast/http/write.hpp> // IWYU pragma: keep
#include <boost/beast/ssl/ssl_stream.hpp>
#include <boost/beast/version.hpp>
#include <openssl/err.h>
Expand Down

0 comments on commit f083c82

Please sign in to comment.