Skip to content

Commit

Permalink
linting: fix linting error reported by clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
CuriousGeorgiy committed Jan 25, 2024
1 parent f9bffd4 commit e46f00c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/mpp/Dec.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,7 @@ constexpr auto detectFamily()
return family_sequence<compact::MP_MAP>{};
else
return family_sequence<compact::MP_ARR>{};
} else if constexpr (is_any_putable_v<U> ||
tnt::is_contiguous_v<U>) {
} else if constexpr (is_any_putable_v<U> || tnt::is_contiguous_v<U>) {
if constexpr (tnt::is_pairish_v<tnt::value_type_t<U>>)
return family_sequence<compact::MP_MAP>{};
else
Expand Down

0 comments on commit e46f00c

Please sign in to comment.