Skip to content

Commit

Permalink
iox-eclipse-iceoryx#1287 remove extra ;
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Eltzschig <me@elchris.org>
  • Loading branch information
elfenpiff committed May 12, 2022
1 parent 40e373d commit 436dc9e
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 436dc9e

Please sign in to comment.