Skip to content

Commit d5cf50d

Browse files
committed
wip: fix lint
1 parent b92f0a7 commit d5cf50d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pg/lib/connection.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ class Connection extends EventEmitter {
114114
// if (this._maxResultSize && this._maxResultSize > 0) {
115115
// this._attachListenersWithSizeLimit(stream)
116116
// } else {
117-
this._attachListenersStandard(stream)
117+
this._attachListenersStandard(stream)
118118
// }
119119
}
120120

0 commit comments

Comments
 (0)