Skip to content

Commit cbb49d5

Browse files
author
Boris Protopopov
committed
Remove empty line added accidentally when merging
1 parent c67a146 commit cbb49d5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/main/java/com/appsflyer/otelawsmetrics/OtelMetricPublisher.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,6 @@ public OtelMetricPublisher(OpenTelemetry openTelemetry, String metricPrefix, Exe
5252

5353
public OtelMetricPublisher(OpenTelemetry openTelemetry, String metricPrefix,
5454
Executor executor, Attributes baseAttributes) {
55-
5655
Objects.requireNonNull(metricPrefix, "metricPrefix must not be null");
5756
Objects.requireNonNull(openTelemetry, "openTelemetry must not be null");
5857
Objects.requireNonNull(baseAttributes, "baseAttributes must not be null");

0 commit comments

Comments
 (0)