Skip to content

Commit 1f27b83

Browse files
committed
Fix whitespace
1 parent 45d4233 commit 1f27b83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ function parseOptions(uri, options) {
456456
host,
457457
port,
458458
path : o.path || host.indexOf('/') > -1 && host + '/.s.PGSQL.' + port,
459-
database : o.database || o.db || (url.pathname || '').slice(1) || env.PGDATABASE || 'postgres',
459+
database : o.database || o.db || (url.pathname || '').slice(1) || env.PGDATABASE || 'postgres',
460460
user : o.user || o.username || auth[0] || env.PGUSERNAME || os.userInfo().username,
461461
pass : o.pass || o.password || auth[1] || env.PGPASSWORD || '',
462462
max : o.max || url.query.max || Math.max(1, os.cpus().length),

0 commit comments

Comments
 (0)