From a65269316b0a630bc050c3d3e9235aeb73838080 Mon Sep 17 00:00:00 2001 From: ChenYing Kuo Date: Fri, 19 Mar 2021 15:25:26 +0800 Subject: [PATCH] Remove blank line. --- ros2topic/ros2topic/verb/list.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ros2topic/ros2topic/verb/list.py b/ros2topic/ros2topic/verb/list.py index 2bee17cde..b2cffc8b5 100644 --- a/ros2topic/ros2topic/verb/list.py +++ b/ros2topic/ros2topic/verb/list.py @@ -74,4 +74,3 @@ def main(self, *, args): if args.show_types: msg += ' [{topic_types_formatted}]' print(msg.format_map(locals())) -