Skip to content

Commit 4b8fb98

Browse files
committed
formatting
Signed-off-by: Blackyfff <[email protected]>
1 parent 39c74d5 commit 4b8fb98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

check

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -298,7 +298,7 @@ def do_checks(srcdir):
298298
errcnt += check_rdns(data)
299299
for domain in data.get('domains', []):
300300
errcnt += check_dupe("Domain", domain.upper(), domains, community)
301-
if domain.endswith( '.' ):
301+
if domain.endswith('.'):
302302
errcnt += 1
303303
error("Domain ends with .: %s" % (domain))
304304
try:

0 commit comments

Comments
 (0)