From c15fb81345f4042f5533366f70cc636f0b4bbffd Mon Sep 17 00:00:00 2001 From: github-actions <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Nov 2024 19:35:54 +0000 Subject: [PATCH] ci: maintenance --- include/REX/REX/Enum.h | 6 +++--- include/REX/REX/EnumSet.h | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/include/REX/REX/Enum.h b/include/REX/REX/Enum.h index cc048275..1fd984b5 100644 --- a/include/REX/REX/Enum.h +++ b/include/REX/REX/Enum.h @@ -62,7 +62,7 @@ namespace REX template Enum(Args...) -> Enum< - std::common_type_t, - std::underlying_type_t< - std::common_type_t>>; + std::common_type_t, + std::underlying_type_t< + std::common_type_t>>; } diff --git a/include/REX/REX/EnumSet.h b/include/REX/REX/EnumSet.h index 29670345..76afa1d0 100644 --- a/include/REX/REX/EnumSet.h +++ b/include/REX/REX/EnumSet.h @@ -176,7 +176,7 @@ namespace REX template EnumSet(Args...) -> EnumSet< - std::common_type_t, - std::underlying_type_t< - std::common_type_t>>; + std::common_type_t, + std::underlying_type_t< + std::common_type_t>>; }