From e0c5275da1d3072ccd7cec2a1f06b1c3d9627574 Mon Sep 17 00:00:00 2001 From: Felix Exner Date: Thu, 22 Feb 2024 13:15:35 +0000 Subject: [PATCH] Fix trailing whitespace --- controller_manager/doc/userdoc.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/controller_manager/doc/userdoc.rst b/controller_manager/doc/userdoc.rst index 0d71cf5b7f..46781d461c 100644 --- a/controller_manager/doc/userdoc.rst +++ b/controller_manager/doc/userdoc.rst @@ -91,7 +91,7 @@ Handling Multiple Controller Managers When dealing with multiple controller managers, you have two options for managing different robot descriptions: -1. **Using Namespaces:** You can place both the ``robot_state_publisher`` and the ``controller_manager`` nodes into the same namespace. +1. **Using Namespaces:** You can place both the ``robot_state_publisher`` and the ``controller_manager`` nodes into the same namespace. .. code-block:: python