Skip to content

Commit

Permalink
remove unnecessary line from example
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Downs <brian.downs@gmail.com>
  • Loading branch information
briandowns committed Apr 4, 2021
1 parent aef5a7e commit 446e4ac
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions example/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,5 @@ main(int argc, char **argv)
printf("outer space: %s\n", getenv("OUTER_SPACE"));
printf("multi line: %s\n", getenv("MULTILINE"));

printf("multi line: %s\n", getenv("DB_USER"));

return 0;
}

0 comments on commit 446e4ac

Please sign in to comment.