Remove space at the end of logging_mixin.py
This commit is contained in:
@@ -39,4 +39,3 @@ class LoggingMixin:
|
|||||||
# Call hidden function if show_output is True or force_show is True
|
# Call hidden function if show_output is True or force_show is True
|
||||||
if self.show_output or force_show:
|
if self.show_output or force_show:
|
||||||
_log_once(message)
|
_log_once(message)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user