Skip to content

Commit 8804a6d

Browse files
committed
fmt
1 parent c8d86ec commit 8804a6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

opentelemetry-sdk/src/logs/log_emitter.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ pub struct LoggerProvider {
4040

4141
/// Default logger name if empty string is provided.
4242
const DEFAULT_COMPONENT_NAME: &str = "rust.opentelemetry.io/sdk/logger";
43-
// According to a Go-specific study mentioned on https://go.dev/blog/slog,
44-
// up to 5 attributes is the most common case. We have chosen 8 as the default
43+
// According to a Go-specific study mentioned on https://go.dev/blog/slog,
44+
// up to 5 attributes is the most common case. We have chosen 8 as the default
4545
// capacity for attributes to avoid reallocation in common scenarios.
4646
const PREALLOCATED_ATTRIBUTE_CAPACITY: usize = 8;
4747

0 commit comments

Comments
 (0)