Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
allan2 committed Sep 6, 2024
1 parent c4263c8 commit 81dd772
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/optional/src/main.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
//! This example loads an env file only if the file exists.
//!
//!
//! `HOST=abc cargo run`
use dotenvy::{EnvLoader, EnvSequence};
use std::{error, fs::File, path::Path};
Expand Down

0 comments on commit 81dd772

Please sign in to comment.