Skip to content

Commit

Permalink
fixed clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
shajder committed Jun 23, 2023
1 parent 87d148b commit c6fd096
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test_conformance/conversions/basic_test_conversions.h
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,6 @@ struct IterOverTypes : public TestType
void Run() { for_each_out_elem(typeIter); }

protected:

template <std::size_t Out = 0, typename OutType>
void iterate_out_type(const OutType &t)
{
Expand Down Expand Up @@ -342,7 +341,6 @@ struct IterOverSelectedTypes : public TestType
void Run() { for_each_out_elem(typeIter); }

protected:

template <std::size_t Out = 0, typename OutType>
void iterate_out_type(const OutType &t)
{
Expand Down

0 comments on commit c6fd096

Please sign in to comment.