Skip to content

Commit 0122780

Browse files
committed
Remove trailing whitespace
1 parent ccb476b commit 0122780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rethinkdb/net.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -724,7 +724,7 @@ def make_connection(
724724
if url:
725725
connection_string = urlparse(url)
726726
query_string = parse_qs(connection_string.query)
727-
727+
728728
user = connection_string.username
729729
password = connection_string.password
730730
host = connection_string.hostname

0 commit comments

Comments
 (0)