Skip to content

Commit b2eb052

Browse files
committed
spotless
1 parent 098a622 commit b2eb052

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

instrumentation/google-http-client-1.19/javaagent/src/main/java/io/opentelemetry/javaagent/instrumentation/googlehttpclient/GoogleHttpClientInstrumentationModule.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@
1414
import java.util.List;
1515

1616
@AutoService(InstrumentationModule.class)
17-
public class GoogleHttpClientInstrumentationModule extends InstrumentationModule implements
18-
ExperimentalInstrumentationModule {
17+
public class GoogleHttpClientInstrumentationModule extends InstrumentationModule
18+
implements ExperimentalInstrumentationModule {
1919
public GoogleHttpClientInstrumentationModule() {
2020
super("google-http-client", "google-http-client-1.19");
2121
}

0 commit comments

Comments
 (0)