diff --git a/iceoryx_dust/container/include/iox/detail/fixed_position_container.inl b/iceoryx_dust/container/include/iox/detail/fixed_position_container.inl index 3919acf31ca..ec85dca742a 100644 --- a/iceoryx_dust/container/include/iox/detail/fixed_position_container.inl +++ b/iceoryx_dust/container/include/iox/detail/fixed_position_container.inl @@ -481,6 +481,7 @@ FixedPositionContainer::cend() const noexcept { return ConstIterator{Index::INVALID, *this}; } + } // namespace iox #endif // IOX_DUST_CONTAINER_DETAIL_FIXED_POSITION_CONTAINER_INL