Skip to content

Commit 140824c

Browse files
committed
Decrease comment width for visibility
1 parent 124c5a0 commit 140824c

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

articles/postgresql/hyperscale/quickstart-app-stacks-nodejs.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,10 @@ async function queryDatabase() {
108108

109109
try {
110110
/* Real application code would probably request a dedicated client with
111-
pool.connect() and run multiple queries with the client. In this example, we're
112-
running only one query, so we use the pool.query() helper method to run it on
113-
the first available idle client. */
111+
pool.connect() and run multiple queries with the client. In this
112+
example, we're running only one query, so we use the pool.query()
113+
helper method to run it on the first available idle client.
114+
*/
114115

115116
await pool.query(queryString);
116117
console.log('Created the Pharmacy table and inserted rows.');

0 commit comments

Comments
 (0)