Skip to content

Commit

Permalink
Clang tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
COM8 committed Dec 24, 2023
1 parent 4cb8f4c commit 07084a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cpr/payload.cpp
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// NOLINTNEXTLINE(misc-include-cleaner) Ignored since it's for the future
#include "cpr/payload.h"

namespace cpr {
} // namespace cpr
namespace cpr {} // namespace cpr
1 change: 1 addition & 0 deletions cpr/proxyauth.cpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#include "cpr/proxyauth.h"
#include "cpr/util.h"
#include <string>

namespace cpr {
EncodedAuthentication::~EncodedAuthentication() noexcept {
Expand Down

0 comments on commit 07084a2

Please sign in to comment.