Skip to content

Commit

Permalink
iox-eclipse-iceoryx#1196 Remove superfluous ;
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Eltzschig <christian.eltzschig@apex.ai>
  • Loading branch information
elfenpiff committed Jul 6, 2022
1 parent b4673df commit ebdb15f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iceoryx_binding_c/test/test.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ T maxUnderlyingCEnumValue()
#pragma GCC diagnostic ignored "-Wconversion"
return static_cast<T>(std::numeric_limits<std::underlying_type_t<T>>::max());
#pragma GCC diagnostic pop
};
}; // namespace iox_test_binding_c
}
} // namespace iox_test_binding_c

#endif // IOX_BINDING_C_TEST_HPP

0 comments on commit ebdb15f

Please sign in to comment.