Skip to content

Commit

Permalink
Fix formatting from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
scottgerring committed Dec 12, 2024
1 parent f12f96a commit f1be822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-sdk/src/export/logs/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ pub trait LogExporter: Send + Sync + Debug {
/// `Ok(())`) or an error (`Err(LogError)`) if the export operation failed.
///
async fn export(&self, batch: LogBatch<'_>) -> LogResult<()>;

/// Shuts down the exporter.
fn shutdown(&mut self) -> LogResult<()> {
Ok(())
Expand Down

0 comments on commit f1be822

Please sign in to comment.