From bbcc7c28f6dc978e056c9fa7890c2ec731cfb11c Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Wed, 1 Nov 2023 17:27:45 +0100 Subject: [PATCH] clang-format --- include/edm4hep/Constants.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/edm4hep/Constants.h b/include/edm4hep/Constants.h index 162ec8783..312b94704 100644 --- a/include/edm4hep/Constants.h +++ b/include/edm4hep/Constants.h @@ -22,7 +22,7 @@ #include namespace edm4hep { - inline constexpr std::string_view CellIDEncoding = "CellIDEncoding"; +inline constexpr std::string_view CellIDEncoding = "CellIDEncoding"; } -#endif // EDM4HEP_CONSTANTS_H +#endif // EDM4HEP_CONSTANTS_H