From c20ec005d1342a988254b99ddfa98b58b2507e1b Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Tue, 8 Mar 2022 11:32:43 +0500 Subject: fix whitespace --- cgitize/config.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cgitize/config.py b/cgitize/config.py index c17f9a9..ce139ea 100644 --- a/cgitize/config.py +++ b/cgitize/config.py @@ -94,9 +94,9 @@ class GitHubSection(ServiceSection): def two_part_url_auth(username, password): - if username is None or password is None: - return None - return f'{username}:{password}' + if username is None or password is None: + return None + return f'{username}:{password}' class BitbucketSection(ServiceSection): -- cgit v1.2.3