From 9c860b0a5054a55c9f86974b8647eb87212ead3a Mon Sep 17 00:00:00 2001 From: Mathias Kraus Date: Mon, 23 Oct 2023 21:03:44 +0200 Subject: [PATCH] iox-#2044 Trigger CI --- .../container/include/iox/detail/fixed_position_container.inl | 1 + 1 file changed, 1 insertion(+) 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