Skip to content

Commit 4272f21

Browse files
committed
remove trailing whitespace in lib/defaults.js
1 parent 02f0904 commit 4272f21

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/defaults.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77

88
//database user's password
99
password: null,
10-
10+
1111
//database port
1212
port: 5432,
1313

@@ -17,7 +17,7 @@ module.exports = {
1717

1818
// binary result mode
1919
binary: false,
20-
20+
2121
//Connection pool options - see https://github.com/coopernurse/node-pool
2222
//number of connections to use in connection pool
2323
//0 will disable connection pooling

0 commit comments

Comments
 (0)