diff --git a/Userland/Libraries/LibIPC/Concepts.h b/Userland/Libraries/LibIPC/Concepts.h index 99746e00c8..5afab8c923 100644 --- a/Userland/Libraries/LibIPC/Concepts.h +++ b/Userland/Libraries/LibIPC/Concepts.h @@ -27,10 +27,8 @@ namespace Detail { template constexpr inline bool IsHashMap = false; -template -constexpr inline bool IsHashMap> = true; -template -constexpr inline bool IsHashMap> = true; +template +constexpr inline bool IsHashMap> = true; template constexpr inline bool IsOptional = false;