From 3d2f681ab84bb103eedc680b8d5a48f51005b3ef Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20=C3=81ngel=20Gonz=C3=A1lez=20Santamarta?= Date: Sun, 2 Feb 2025 12:38:40 +0100 Subject: [PATCH] fixing format --- yasmin_ros/yasmin_ros/basic_outcomes.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/yasmin_ros/yasmin_ros/basic_outcomes.py b/yasmin_ros/yasmin_ros/basic_outcomes.py index 05a209e..38e17ef 100644 --- a/yasmin_ros/yasmin_ros/basic_outcomes.py +++ b/yasmin_ros/yasmin_ros/basic_outcomes.py @@ -14,8 +14,8 @@ # along with this program. If not, see . """ -This module defines a set of status codes that can be used to represent -the outcome of various operations within the application. These codes can +This module defines a set of status codes that can be used to represent +the outcome of various operations within the application. These codes can be utilized for error handling, logging, and user feedback. """