Skip to content

Commit

Permalink
fmt fix
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas committed Dec 19, 2024
1 parent 49c2070 commit 27ee853
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion opentelemetry-sdk/src/logs/log_processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,8 @@ impl BatchLogProcessor {
}
}
}
}).expect("Thread spawn failed."); //TODO: Handle thread spawn failure
})
.expect("Thread spawn failed."); //TODO: Handle thread spawn failure

// Return batch processor with link to worker
BatchLogProcessor {
Expand Down

0 comments on commit 27ee853

Please sign in to comment.