Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
seunghwak committed Jan 17, 2025
1 parent 286073b commit c586d04
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions cpp/tests/sampling/detail/nbr_sampling_validate.cu
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include <rmm/device_scalar.hpp>
#include <rmm/device_uvector.hpp>

#include <cuda/std/functional>
#include <thrust/count.h>
#include <thrust/distance.h>
#include <thrust/equal.h>
Expand All @@ -41,8 +42,6 @@
#include <thrust/tuple.h>
#include <thrust/unique.h>

#include <cuda/std/functional>

#include <algorithm>
#include <functional>
#include <iostream>
Expand Down

0 comments on commit c586d04

Please sign in to comment.