Skip to content

Commit d0e1fbd

Browse files
committed
Fix formatting
1 parent 2e521a8 commit d0e1fbd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev-packages/node-integration-tests/suites/tracing/postgres/scenario-native.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ Sentry.init({
1212
setInterval(() => {}, 1000);
1313

1414
const { native } = require('pg');
15+
1516
const { Client } = native;
1617

1718
const client = new Client({ port: 5444, user: 'test', password: 'test', database: 'tests' });

0 commit comments

Comments
 (0)