Skip to content

Commit 50f9ac7

Browse files
chore: Remove newline
1 parent 26a1b0a commit 50f9ac7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/main.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ fn main() {
1212
// pairs into a vector
1313
let dotenv_vars: Vec<_> = dotenvy::dotenv_iter().unwrap().map(|x| x.unwrap()).collect();
1414

15-
1615
// Print env vars to stdout
1716
match dotenv() {
1817
Ok(_) => {

0 commit comments

Comments
 (0)