ソースを参照

Add extra space before function

JoostSijm 6 年 前
コミット
95d512477b
1 ファイル変更1 行追加0 行削除
  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: