Skip to content

Commit

Permalink
clipy
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas committed Mar 8, 2025
1 parent d03cffe commit 7016fbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-otlp/src/exporter/tonic/logs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ impl TonicLogsClient {
TonicLogsClient {
inner: Mutex::new(Some(ClientInner {

Check warning on line 48 in opentelemetry-otlp/src/exporter/tonic/logs.rs

View check run for this annotation

Codecov / codecov/patch

opentelemetry-otlp/src/exporter/tonic/logs.rs#L48

Added line #L48 was not covered by tests
client,
interceptor: interceptor,
interceptor,
})),

Check warning on line 51 in opentelemetry-otlp/src/exporter/tonic/logs.rs

View check run for this annotation

Codecov / codecov/patch

opentelemetry-otlp/src/exporter/tonic/logs.rs#L50-L51

Added lines #L50 - L51 were not covered by tests
resource: Default::default(),
}
Expand Down

0 comments on commit 7016fbc

Please sign in to comment.