Skip to content

Commit 19a3cba

Browse files
committed
./gradlew spotlessApply
1 parent 0f57d39 commit 19a3cba

File tree

1 file changed

+2
-1
lines changed
  • instrumentation/opentelemetry-extension-annotations-1.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/extensionannotations

1 file changed

+2
-1
lines changed

instrumentation/opentelemetry-extension-annotations-1.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/extensionannotations/WithSpanInstrumentation.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,8 @@ public static class WithSpanAttributesAdviceScope {
181181
private final Context context;
182182
private final Scope scope;
183183

184-
private WithSpanAttributesAdviceScope(Method method, MethodRequest request, Context context, Scope scope) {
184+
private WithSpanAttributesAdviceScope(
185+
Method method, MethodRequest request, Context context, Scope scope) {
185186
this.method = method;
186187
this.request = request;
187188
this.context = context;

0 commit comments

Comments
 (0)