Skip to content

Commit

Permalink
Remove extraneous empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
Bluenix2 committed May 28, 2021
1 parent a46726c commit 3da324d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/pg-cursor/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ const util = require('util')
let nextUniqueID = 1 // concept borrowed from org.postgresql.core.v3.QueryExecutorImpl

class Cursor extends EventEmitter {

constructor(text, values, config) {
super()

Expand Down

0 comments on commit 3da324d

Please sign in to comment.