From 76abee4607db6def3138eab02ea80757f4d4c4f6 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sun, 5 Jan 2020 21:24:43 -0800 Subject: [PATCH] Add newline to passwordy. --- voussoirkit/passwordy.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/voussoirkit/passwordy.py b/voussoirkit/passwordy.py index 1839ba5..76ac9ad 100644 --- a/voussoirkit/passwordy.py +++ b/voussoirkit/passwordy.py @@ -182,4 +182,4 @@ if __name__ == '__main__': length = int(length) - print(make_sentence(length, joiner)) \ No newline at end of file + print(make_sentence(length, joiner))