Skip to content

Commit

Permalink
style: clang-tidy auto fixes (#1674)
Browse files Browse the repository at this point in the history
Fixes #1673. Please review and commit clang-tidy fixes.

Co-authored-by: kuznetsss <[email protected]>
  • Loading branch information
github-actions[bot] and kuznetsss authored Oct 1, 2024
1 parent da76907 commit 2c18fd5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions src/util/ResponseExpirationCache.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include <optional>
#include <shared_mutex>
#include <string>
#include <utility>

namespace util {

Expand Down
1 change: 0 additions & 1 deletion tests/unit/rpc/RPCEngineTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
#include <boost/json/parse.hpp>
#include <gmock/gmock.h>
#include <gtest/gtest.h>
#include <xrpl/protocol/ErrorCodes.h>

#include <exception>
#include <memory>
Expand Down
1 change: 0 additions & 1 deletion tests/unit/util/ResponseExpirationCacheTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
#include "util/ResponseExpirationCache.hpp"

#include <boost/json/object.hpp>
#include <boost/json/parse.hpp>
#include <gtest/gtest.h>

#include <chrono>
Expand Down

0 comments on commit 2c18fd5

Please sign in to comment.