remove trailing whitespaces in lib/connection-parameters.js
This commit is contained in:
parent
a7e9072ab8
commit
8e7e2f7a62
@ -4,8 +4,8 @@ var path = require('path');
|
||||
var defaults = require(__dirname + '/defaults');
|
||||
|
||||
var val = function(key, config) {
|
||||
return config[key] ||
|
||||
process.env['PG' + key.toUpperCase()] ||
|
||||
return config[key] ||
|
||||
process.env['PG' + key.toUpperCase()] ||
|
||||
defaults[key];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user