Skip to content

Commit 7dea464

Browse files
committed
Address whitespace issue
1 parent d508b92 commit 7dea464

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lambda/src/lib.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@
66
//! There are two mechanisms available for defining a Lambda function:
77
//! 1. The `#[lambda]` attribute, which generates the boilerplate to
88
//! to launch and run a Lambda function.
9-
//!
9+
//!
1010
//! The `#[lambda]` attribute _must_ be placed on an asynchronous main function.
1111
//! However, as asynchronous main functions are not legal valid Rust
1212
//! this means that the main function must also be decorated using a
1313
//! `#[tokio::main]` attribute macro. This is available from
1414
//! the [tokio](https://github.com/tokio-rs/tokio) crate.
15-
//!
15+
//!
1616
//! 2. A type that conforms to the [`Handler`] trait. This type can then be passed
1717
//! to the the `lambda::run` function, which launches and runs the Lambda runtime.
1818
//!

0 commit comments

Comments
 (0)