From 1732d0c2847b0dcf8cd6735bff4930c4cc8fe16d Mon Sep 17 00:00:00 2001 From: Arjo Chakravarty Date: Wed, 17 Jan 2024 13:58:08 +0800 Subject: [PATCH] More minor fixes Signed-off-by: Arjo Chakravarty --- rosidl_adapter/test/data/msg/Test.expected.idl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rosidl_adapter/test/data/msg/Test.expected.idl b/rosidl_adapter/test/data/msg/Test.expected.idl index de71e8e01..56b0b526b 100644 --- a/rosidl_adapter/test/data/msg/Test.expected.idl +++ b/rosidl_adapter/test/data/msg/Test.expected.idl @@ -19,7 +19,7 @@ module test_msgs { @verbatim (language="comment", text= "combined styles" "\n" "combined styles, part 2") - CHAR char_value; + char char_value; float float32_value;