Skip to content

Commit

Permalink
remove trailing whitespace in lib/defaults.js
Browse files Browse the repository at this point in the history
  • Loading branch information
booo committed Jan 24, 2013
1 parent 02f0904 commit 4272f21
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/defaults.js
Expand Up @@ -7,7 +7,7 @@ module.exports = {

//database user's password
password: null,

//database port
port: 5432,

Expand All @@ -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
Expand Down

0 comments on commit 4272f21

Please sign in to comment.