Skip to content

Commit 0cc31f2

Browse files
committed
style: comment indentation
1 parent a3e0640 commit 0cc31f2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main.rs

+2-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ mod prelude;
2323
#[tokio::main(flavor = "current_thread")]
2424
async fn main() -> Result<()> {
2525
dotenv().ok(); // load .env file if present
26-
// set default logging level. we ignore info logs from aws
26+
27+
// set default logging level. we ignore info logs from aws
2728
if env::var("RUST_LOG").is_err() {
2829
env::set_var(
2930
"RUST_LOG",

0 commit comments

Comments
 (0)