Skip to content

Commit

Permalink
Format.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrhemstad committed Mar 29, 2021
1 parent 85c8c11 commit f92d462
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cpp/src/copying/copy.cu
Expand Up @@ -22,8 +22,8 @@
#include <cudf/fixed_point/fixed_point.hpp>
#include <cudf/strings/string_view.cuh>

#include <rmm/cuda_stream_view.hpp>
#include <cudf/utilities/traits.hpp>
#include <rmm/cuda_stream_view.hpp>

namespace cudf {
namespace detail {
Expand Down
2 changes: 1 addition & 1 deletion cpp/src/jit/type.cpp
Expand Up @@ -16,9 +16,9 @@

#include <cudf/column/column_view.hpp>
#include <cudf/scalar/scalar.hpp>
#include <cudf/utilities/traits.hpp>
#include <cudf/utilities/type_dispatcher.hpp>
#include <string>
#include <cudf/utilities/traits.hpp>

namespace cudf {
namespace jit {
Expand Down

0 comments on commit f92d462

Please sign in to comment.