Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
jackshirazi committed Jan 23, 2025
1 parent 16a8248 commit 8e4eebf
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ private SdkTracerProviderUtil() {}

/** Reflectively set the {@link ScopeConfigurator} to the {@link SdkTracerProvider}. */
public static void setScopeConfigurator(
SdkTracerProvider sdkTracerProvider,
ScopeConfigurator<TracerConfig> scopeConfigurator) {
SdkTracerProvider sdkTracerProvider, ScopeConfigurator<TracerConfig> scopeConfigurator) {
try {
Method method =
SdkTracerProvider.class.getDeclaredMethod(
Expand Down

0 comments on commit 8e4eebf

Please sign in to comment.