Skip to content

Commit

Permalink
Fix uncrustfy warning due to the different versions of uncrustify
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Orlov <[email protected]>
  • Loading branch information
MichaelOrlov committed Sep 26, 2024
1 parent b251868 commit c4feb26
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ TEST_F(SerializationConverterTest, default_rmw_converter_can_deserialize) {

auto mock_converter = std::make_unique<StrictMock<MockConverter>>();
std::vector<std::shared_ptr<const rosbag2_cpp::rosbag2_introspection_message_t>>
intercepted_converter_messages;
intercepted_converter_messages;
EXPECT_CALL(
*mock_converter,
serialize(
Expand Down

0 comments on commit c4feb26

Please sign in to comment.