diff --git a/src/nbi/service/rest_server/nbi_plugins/camara_qod/Resources.py b/src/nbi/service/rest_server/nbi_plugins/camara_qod/Resources.py
index 9e1072afef597efa28115c117d1b98955144bd4f..25382354542a9bbbd90d2d202c3a8fbcc7d568a6 100644
--- a/src/nbi/service/rest_server/nbi_plugins/camara_qod/Resources.py
+++ b/src/nbi/service/rest_server/nbi_plugins/camara_qod/Resources.py
@@ -54,7 +54,7 @@ class ProfileList(_Resource):
         try:
             qos_profile = create_qos_profile_from_json(request_data)
         except Exception as e:
-            LOGGER.error(e) # track if there is an error 
+            LOGGER.error(e) # track if there is an error
             raise e  
         # Send to gRPC server using CreateQosProfile 
         try: