Browse Source

Add extra space before function

JoostSijm 6 years ago
parent
commit
95d512477b
1 changed files with 1 additions and 0 deletions
  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: