From c585c1ecf66f739c2ba373ff0a7148423126623a Mon Sep 17 00:00:00 2001 From: Teal Dulcet Date: Fri, 22 Dec 2023 07:22:21 -0800 Subject: [PATCH] Fixed W291 (trailing-whitespace): Trailing whitespace --- management/mail_log.py | 2 +- tools/editconf.py | 2 +- tools/readable_bash.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/management/mail_log.py b/management/mail_log.py index a8133218..b654dcbc 100755 --- a/management/mail_log.py +++ b/management/mail_log.py @@ -547,7 +547,7 @@ def scan_postfix_submission_line(date, log, collector): """ # Match both the 'plain' and 'login' sasl methods, since both authentication methods are - # allowed by Dovecot. Exclude trailing comma after the username when additional fields + # allowed by Dovecot. Exclude trailing comma after the username when additional fields # follow after. m = re.match(r"([A-Z0-9]+): client=(\S+), sasl_method=(PLAIN|LOGIN), sasl_username=(\S+)(?