Skip to content

Commit 8e7e2f7

Browse files
committed
remove trailing whitespaces in lib/connection-parameters.js
1 parent a7e9072 commit 8e7e2f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/connection-parameters.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ var path = require('path');
44
var defaults = require(__dirname + '/defaults');
55

66
var val = function(key, config) {
7-
return config[key] ||
8-
process.env['PG' + key.toUpperCase()] ||
7+
return config[key] ||
8+
process.env['PG' + key.toUpperCase()] ||
99
defaults[key];
1010
};
1111

0 commit comments

Comments
 (0)