diff --git a/include/tl/type_traits.hpp b/include/tl/type_traits.hpp index c32258a..403fafa 100644 --- a/include/tl/type_traits.hpp +++ b/include/tl/type_traits.hpp @@ -23,8 +23,8 @@ namespace tl { template using bool_constant = std::integral_constant; - template - using index_constant = std::integral_constant; + template + using index_constant = std::integral_constant; template struct conjunction : std::true_type { }; template struct conjunction : B { };