Skip to content

Commit e9276f8

Browse files
committed
chore: lint fix
1 parent a95d05b commit e9276f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/instrumentation-ioredis/src/instrumentation.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ export class IORedisInstrumentation extends InstrumentationBase<IORedisInstrumen
184184
}
185185

186186
const { host, port } = this.options;
187-
187+
188188
const dbQueryText = dbStatementSerializer(cmd.name, cmd.args);
189189
if (instrumentation._dbSemconvStability & SemconvStability.OLD) {
190190
attributes[ATTR_DB_SYSTEM] = DB_SYSTEM_VALUE_REDIS;

0 commit comments

Comments
 (0)