Skip to content

Commit fd5231e

Browse files
committed
fix lint
1 parent c999f7b commit fd5231e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

packages/instrumentation-pg/src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ export interface PgInstrumentationConfig extends InstrumentationConfig {
9090

9191
/**
9292
* If true, injects the current span's W3C traceparent into the PostgreSQL
93-
* session via `SET application_name` before each query.
93+
* session via `SET application_name` before each query.
9494
*
9595
* NOTE: This adds an extra `SET application_name` round-trip to the
9696
* connection before each user query. The SET must complete before pg's

packages/instrumentation-pg/test/pg.test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1308,7 +1308,6 @@ describe('pg', () => {
13081308
);
13091309
}
13101310
});
1311-
13121311
});
13131312

13141313
describe('exception event recording', () => {

0 commit comments

Comments
 (0)