From 06e080caefc29ea0dd391a46db63ef9b7e5fca8e Mon Sep 17 00:00:00 2001 From: Mark Harris <783069+harrism@users.noreply.github.com> Date: Wed, 15 Nov 2023 02:44:27 +0000 Subject: [PATCH] clang-format --- include/rmm/cuda_device.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rmm/cuda_device.hpp b/include/rmm/cuda_device.hpp index 9e466bb79..054bbb920 100644 --- a/include/rmm/cuda_device.hpp +++ b/include/rmm/cuda_device.hpp @@ -71,7 +71,7 @@ struct cuda_device_id { { return lhs.value() != rhs.value(); } -//! @endcond + //! @endcond private: value_type id_; };