Skip to content

Commit 6750008

Browse files
committed
./gradlew spotlessApply
1 parent d308b2b commit 6750008

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/lettuce/lettuce-4.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/lettuce/v4_0/LettuceConnectInstrumentation.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public static AdviceScope onEnter(@Advice.Argument(1) RedisURI redisUri) {
5858
if (!connectInstrumenter().shouldStart(parentContext, redisUri)) {
5959
return null;
6060
}
61-
61+
6262
Context context = connectInstrumenter().start(parentContext, redisUri);
6363
return new AdviceScope(context, context.makeCurrent());
6464
}

0 commit comments

Comments
 (0)