Skip to content

Commit f64e6cb

Browse files
committed
./gradlew spotlessApply
1 parent 4af562e commit f64e6cb

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

instrumentation/activej-http-6.0/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/activejhttp/ActivejAsyncServletInstrumentation.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ public class ActivejAsyncServletInstrumentation implements TypeInstrumentation {
3333

3434
@Override
3535
public ElementMatcher<TypeDescription> typeMatcher() {
36-
return hasSuperType(named("io.activej.http.AsyncServlet"))
37-
.and(not(isInterface()));
36+
return hasSuperType(named("io.activej.http.AsyncServlet")).and(not(isInterface()));
3837
}
3938

4039
@Override

0 commit comments

Comments
 (0)