Browse Source

Remove trailing spaces

Ghostkeeper 5 years ago
parent
commit
5af4acc49e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      run_mypy.py

+ 1 - 1
run_mypy.py

@@ -75,7 +75,7 @@ def main():
         if returncode != 0:
             print("\nCommand %s failed checking. :(" % commands[i])
             success_code = 1
-    if success_code:        
+    if success_code:
         print("MYPY check was completed, but did not pass")
     else:
         print("MYPY check was completed and passed with flying colors")