From: François Freitag Date: Sat, 2 Dec 2017 21:20:59 +0000 (-0800) Subject: Remove whitespaces on empty line X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=db6cfcbc6d7f19a692c18b33fbb57f4cb4a4ec8a;p=redacted-XKCD-password-generator.git Remove whitespaces on empty line --- diff --git a/xkcdpass/xkcd_password.py b/xkcdpass/xkcd_password.py index 0b74798..b9a03b7 100755 --- a/xkcdpass/xkcd_password.py +++ b/xkcdpass/xkcd_password.py @@ -112,7 +112,7 @@ def generate_wordlist(wordfile=None, Generate a word list from either a kwarg wordfile, or a system default valid_chars is a regular expression match condition (default - all chars) """ - + # deal with inconsistent min and max, erring toward security if min_length > max_length: max_length = min_length