Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
cfis committed Feb 17, 2024
1 parent 8e3d93f commit 91bb12a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rice/traits/function_traits.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ namespace Rice::detail

template<typename Return_T, typename Class_T, typename...Arg_Ts>
struct function_traits<Return_T(Class_T, Arg_Ts...)>
{
{
using arg_types = std::tuple<Arg_Ts...>;

static constexpr std::size_t arity = sizeof...(Arg_Ts);
Expand Down

0 comments on commit 91bb12a

Please sign in to comment.