From 4272f2168541c7d4d5a60ae61cb60f873e687d00 Mon Sep 17 00:00:00 2001 From: Philipp Borgers Date: Thu, 24 Jan 2013 00:44:43 +0100 Subject: [PATCH] remove trailing whitespace in lib/defaults.js --- lib/defaults.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/defaults.js b/lib/defaults.js index 13f1c8b..738908e 100644 --- a/lib/defaults.js +++ b/lib/defaults.js @@ -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