Skip to content

Commit

Permalink
fix IWYU
Browse files Browse the repository at this point in the history
  • Loading branch information
empiredan committed Dec 5, 2024
1 parent 3768b89 commit 3f8170c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/utils/test/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@
#include "utils/rand.h"
#include "utils/strings.h"
#include "utils/utils.h"
#include "utils_types.h"

namespace dsn {
namespace utils {
namespace dsn::utils {

TEST(core, get_last_component)
{
Expand Down Expand Up @@ -669,5 +669,4 @@ const std::vector<has_space_case> has_space_tests = {

INSTANTIATE_TEST_SUITE_P(StringTest, HasSpaceTest, testing::ValuesIn(has_space_tests));

} // namespace utils
} // namespace dsn
} // namespace dsn::utils

0 comments on commit 3f8170c

Please sign in to comment.