From 9facf5e284ae00102e69a845c9b3533da8f87ab3 Mon Sep 17 00:00:00 2001 From: adriano Date: Thu, 16 Nov 2023 12:43:55 +0100 Subject: [PATCH] Code formats --- .../interface/alpaka/SiPixelClustersCollection.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/DataFormats/SiPixelClusterSoA/interface/alpaka/SiPixelClustersCollection.h b/DataFormats/SiPixelClusterSoA/interface/alpaka/SiPixelClustersCollection.h index 6e9139055f07f..7dd900e7a3e8c 100644 --- a/DataFormats/SiPixelClusterSoA/interface/alpaka/SiPixelClustersCollection.h +++ b/DataFormats/SiPixelClusterSoA/interface/alpaka/SiPixelClustersCollection.h @@ -11,7 +11,8 @@ #include "HeterogeneousCore/AlpakaInterface/interface/config.h" namespace ALPAKA_ACCELERATOR_NAMESPACE { -using SiPixelClustersCollection = std::conditional_t, SiPixelClustersHost, SiPixelClustersDevice>; + using SiPixelClustersCollection = + std::conditional_t, SiPixelClustersHost, SiPixelClustersDevice>; } // namespace ALPAKA_ACCELERATOR_NAMESPACE namespace cms::alpakatools {