Skip to content

Commit

Permalink
Fix missing endif
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Oct 20, 2024
1 parent 4c7b7b7 commit 4415bbc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/podio/utilities/TypeHelpers.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ namespace det {
template <template <typename...> typename Op, typename... Args>
using detected_t = typename detail::detector<nonesuch, void, Op, Args...>::type;
} // namespace det
#endif

namespace detail {

Expand Down

0 comments on commit 4415bbc

Please sign in to comment.