Browse Source

Add extra space before function

JoostSijm 6 năm trước cách đây
mục cha
commit
95d512477b
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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: