Ver Fonte

Add extra space before function

JoostSijm há 6 anos atrás
pai
commit
95d512477b
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      index.py

+ 1 - 0
index.py

@@ -15,6 +15,7 @@ REGIONS = {
 
 PRINT_DENSE = True
 
+
 def region_in_string(string):
     """Look for region in string"""
     for region in REGIONS: