Skip to content

Commit 6e14dc7

Browse files
committed
New line at the end of helpers
1 parent 0c76087 commit 6e14dc7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rethinkdb/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ def chain_to_bytes(*strings):
1616
def get_hostname_for_ssl_match(hostname):
1717
match = re.match(r'^((?P<subdomain>[^\.]+)\.)?(?P<domain>[^\./]+\.[^/]+)/?.*$', hostname)
1818
domain = match.group('domain')
19-
return '*.{domain}'.format(domain=domain) if match.group('subdomain') else domain
19+
return '*.{domain}'.format(domain=domain) if match.group('subdomain') else domain

0 commit comments

Comments
 (0)