Skip to content

Commit dc1e76d

Browse files
authored
fix: lint
1 parent 5fade4d commit dc1e76d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pg/test/unit/client/throw-in-type-parser-tests.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ suite.test('special oid that will throw', function (done) {
1414
throw typeParserError
1515
})
1616
assert.equal(true, false)
17-
} catch(err) {
17+
} catch (err) {
1818
assert.equal(err, typeParserError)
1919
} finally {
2020
done()

0 commit comments

Comments
 (0)