Skip to content

Commit 4c789b4

Browse files
authored
Fix formatting of documentation comment in extension.rs
1 parent bb0e5cb commit 4c789b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lambda-extension/src/extension.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ where
185185
}
186186

187187
/// Create a new [`Extension`] with a service that receives Lambda telemetry data.
188-
///
188+
///
189189
/// By default, telemetry log records are deserialized as `String`, but
190190
/// it's possible to configure Lambda functions to emit logs in JSON format.
191191
/// For more information, refer to [`Self::with_telemetry_record_type`].

0 commit comments

Comments
 (0)