Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk committed Dec 12, 2023
1 parent 15ec902 commit 7e624b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,8 @@ SplunkRum initialize(Looper mainLooper) {
otelRumBuilder.mergeResource(createSplunkResource());
initializationEvents.emit("resourceInitialized");

CurrentNetworkProvider currentNetworkProvider = CurrentNetworkProvider.createAndStart(application);
CurrentNetworkProvider currentNetworkProvider =
CurrentNetworkProvider.createAndStart(application);
otelRumBuilder.setCurrentNetworkProvider(currentNetworkProvider);
initializationEvents.emit("connectionUtilInitialized");

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,6 @@
import android.content.Context;
import android.location.Location;
import android.webkit.WebView;
import com.splunk.rum.internal.GlobalAttributesSupplier;

import com.splunk.rum.internal.GlobalAttributesSupplier;

import com.splunk.rum.internal.GlobalAttributesSupplier;
import io.opentelemetry.android.OpenTelemetryRum;
import io.opentelemetry.api.common.Attributes;
Expand Down

0 comments on commit 7e624b5

Please sign in to comment.