Skip to content

Commit bdbe0fb

Browse files
committed
style: format code
1 parent ef6ae81 commit bdbe0fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ use `.env` as config file and parse environments to config struct.
77
### derive EnvConfig
88

99
```rust
10-
use dotenvy::dotenv;
1110
use dotenv_config::EnvConfig;
11+
use dotenvy::dotenv;
1212

1313
#[derive(Debug, EnvConfig)]
1414
struct Config {

0 commit comments

Comments
 (0)