Skip to content

Commit d1a2dd2

Browse files
Removes double line break
1 parent fbc64ce commit d1a2dd2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/Store/Store.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,8 +31,7 @@ static function createConnectionURI($connectionDetails = array()) {
3131
$seedList = implode(',', array_map(function($host) use ($port) {
3232
return "$host:$port";
3333
}, is_array($host) ? $host : explode(',', $host)));
34-
35-
34+
3635
$connectionURI = "mongodb://"
3736
.((!empty($connectionDetails['username']) && !empty($connectionDetails['password']))
3837
? "${connectionDetails['username']}:${connectionDetails['password']}@"

0 commit comments

Comments
 (0)