Skip to content

Commit 9859eaf

Browse files
committed
spotless apply
1 parent d00c291 commit 9859eaf

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

sdk/logs/src/main/java/io/opentelemetry/sdk/logs/export/BatchLogRecordProcessor.java

+2-5
Original file line numberDiff line numberDiff line change
@@ -203,8 +203,7 @@ private Worker(
203203
meter
204204
.counterBuilder("logsExportFailure")
205205
.setUnit("1")
206-
.setDescription(
207-
"Logs export failure in BatchLogRecordProcessor.")
206+
.setDescription("Logs export failure in BatchLogRecordProcessor.")
208207
.build();
209208
droppedAttrs =
210209
Attributes.of(
@@ -219,9 +218,7 @@ private Worker(
219218
LOG_RECORD_PROCESSOR_DROPPED_LABEL,
220219
false);
221220
exportFailureAttrs =
222-
Attributes.of(
223-
LOG_RECORD_PROCESSOR_TYPE_LABEL,
224-
LOG_RECORD_PROCESSOR_TYPE_VALUE);
221+
Attributes.of(LOG_RECORD_PROCESSOR_TYPE_LABEL, LOG_RECORD_PROCESSOR_TYPE_VALUE);
225222

226223
this.batch = new ArrayList<>(this.maxExportBatchSize);
227224
}

0 commit comments

Comments
 (0)