Skip to content

Commit 5266c4f

Browse files
committed
cargo fmt fix
1 parent 9117f85 commit 5266c4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lambda-runtime/src/layers/trace.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ impl TracingLayer {
1616
}
1717

1818
/// Returns true if the tracing span provided by this service should be included in the log output.
19-
/// The span is enabled by default,
19+
/// The span is enabled by default,
2020
/// but can be disabled by adding `no-span` to the `AWS_LAMBDA_LOG_FORMAT` environment variable.
2121
/// E.g. AWS_LAMBDA_LOG_FORMAT=no-span or =json,no-span.
2222
pub fn is_enabled() -> bool {

0 commit comments

Comments
 (0)