Sfoglia il codice sorgente

Add extra space before function

JoostSijm 6 anni fa
parent
commit
95d512477b
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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: