Skip to content

Commit f1be822

Browse files
committed
Fix formatting from merge
1 parent f12f96a commit f1be822

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-sdk/src/export/logs

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/export/logs/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ pub trait LogExporter: Send + Sync + Debug {
8282
/// `Ok(())`) or an error (`Err(LogError)`) if the export operation failed.
8383
///
8484
async fn export(&self, batch: LogBatch<'_>) -> LogResult<()>;
85-
85+
8686
/// Shuts down the exporter.
8787
fn shutdown(&mut self) -> LogResult<()> {
8888
Ok(())

0 commit comments

Comments
 (0)