소스 검색

White space

Oz N Tiram 8 년 전
부모
커밋
36743f74e2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      pwman/ui/cli.py

+ 1 - 0
pwman/ui/cli.py

@@ -110,6 +110,7 @@ def main():
 
         if not latest:
             print("A newer version of Pwman3 was release, you should consider updating")  # noqa
+
     if not has_cryptography:
         import colorama
         if config.get_value('Crypto', 'supress_warning').lower() != 'yes':