Skip to content

Commit

Permalink
tried recommended clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoleavans committed Jun 18, 2024
1 parent 36aaa57 commit 67c65bc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/KokkosComm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
#include <Kokkos_Core.hpp>

namespace KokkosComm {
using Impl::isend;
using Impl::alltoall;
using Impl::irecv;
using Impl::send;
using Impl::isend;
using Impl::recv;
using Impl::alltoall;
using Impl::send;

} // namespace KokkosComm

0 comments on commit 67c65bc

Please sign in to comment.