Remove space at the end of logging_mixin.py

This commit is contained in:
mrpabloyeah
2025-04-13 13:12:43 +02:00
parent 16378d32d7
commit 6fa1133c61

View File

@@ -39,4 +39,3 @@ class LoggingMixin:
# Call hidden function if show_output is True or force_show is True
if self.show_output or force_show:
_log_once(message)