Skip to content

Commit bacb628

Browse files
committed
Fix build
1 parent eae55fe commit bacb628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/logs/log_processor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ impl BatchLogProcessor {
480480
exporter.as_mut(),
481481
logs.split_off(0),
482482
&mut last_export_time,
483-
)
483+
);
484484

485485
current_batch_size.fetch_sub(count_of_logs, Ordering::Relaxed);
486486
}

0 commit comments

Comments
 (0)