Skip to content

Commit

Permalink
clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
seunghwak committed Apr 2, 2024
1 parent b009be7 commit b8e7b03
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion cpp/tests/utilities/debug_utilities_impl.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@
namespace cugraph {
namespace test {

template <typename vertex_t, typename edge_t, typename weight_t, bool store_transposed, bool multi_gpu>
template <typename vertex_t,
typename edge_t,
typename weight_t,
bool store_transposed,
bool multi_gpu>
void print_edges(
raft::handle_t const& handle,
cugraph::graph_view_t<vertex_t, edge_t, store_transposed, multi_gpu> const& graph_view,
Expand Down

0 comments on commit b8e7b03

Please sign in to comment.