Skip to content

Commit

Permalink
fix indentation in traverser.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
jiriklepl committed Feb 18, 2024
1 parent bbaba58 commit 654ba2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/noarr/structures/extra/traverser.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,8 @@ struct union_t : strict_contain<Structs...> {
}
template<IsDim auto Dim>
static constexpr std::size_t first_match = decltype(std::declval<union_t<Structs...>>().template find_first_match<Dim, 0>())::value;
public:

public:
template<IsDim auto QDim>
constexpr auto length(IsState auto state) const noexcept {
return strict_contain<Structs...>::template get<first_match<QDim>>().template length<QDim>(state);
Expand Down

0 comments on commit 654ba2a

Please sign in to comment.