remove trailing whitespace in lib/defaults.js

This commit is contained in:
Philipp Borgers 2013-01-24 00:44:43 +01:00
parent 02f09041ac
commit 4272f21685

View File

@ -7,7 +7,7 @@ module.exports = {
//database user's password
password: null,
//database port
port: 5432,
@ -17,7 +17,7 @@ module.exports = {
// binary result mode
binary: false,
//Connection pool options - see https://github.com/coopernurse/node-pool
//number of connections to use in connection pool
//0 will disable connection pooling