Skip to content

Commit 3de84e6

Browse files
authored
fix: lint
1 parent 61773d4 commit 3de84e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pg-native/lib/build-result.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Result {
2929
dataTypeID: pq.ftype(x),
3030
}
3131
}
32-
this._prebuiltEmptyResultObject = {...row}
32+
this._prebuiltEmptyResultObject = { ...row }
3333
}
3434

3535
consumeRows(pq) {

0 commit comments

Comments
 (0)