Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
seunghwak committed Jul 17, 2023
1 parent dbc2106 commit 51d430a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions cpp/src/community/detail/common_methods.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@ CUCO_DECLARE_BITWISE_COMPARABLE(double)
// FIXME: a temporary workaround for a compiler error, should be deleted once cuco gets patched.
namespace cuco {
template <>
struct is_bitwise_comparable<cuco::pair<int32_t, float>> : std::true_type {
};
struct is_bitwise_comparable<cuco::pair<int32_t, float>> : std::true_type {};
} // namespace cuco

namespace cugraph {
Expand Down
3 changes: 1 addition & 2 deletions cpp/src/community/detail/refine_impl.cuh
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ CUCO_DECLARE_BITWISE_COMPARABLE(double)
// FIXME: a temporary workaround for a compiler error, should be deleted once cuco gets patched.
namespace cuco {
template <>
struct is_bitwise_comparable<cuco::pair<int32_t, float>> : std::true_type {
};
struct is_bitwise_comparable<cuco::pair<int32_t, float>> : std::true_type {};
} // namespace cuco

namespace cugraph {
Expand Down

0 comments on commit 51d430a

Please sign in to comment.