Skip to content

Commit 2b728eb

Browse files
authored
对齐注释
1 parent a3fce3b commit 2b728eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/Surge-module.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ def format_comments():
88
"#!category=广告拦截",
99
"#!author=TG-Twilight[https://github.com/TG-Twilight]",
1010
"#!icon=https://avatars.githubusercontent.com/u/121682528?s=144",
11-
"#!homepage = https://awavenue.top",
11+
"#!homepage=https://awavenue.top",
1212
"", ""]
1313
return comments
1414

@@ -35,4 +35,4 @@ def format_ip(List):
3535

3636
def build(rule):
3737
list = format_comments() + format_ip(rule.ip_list) + format_domain(rule.domain_list) + format_regex(rule.regex_list)
38-
return {'list': list, 'suffix': '.sgmodule', 'comment': '', 'total': len(list)}
38+
return {'list': list, 'suffix': '.sgmodule', 'comment': '', 'total': len(list)}

0 commit comments

Comments
 (0)