Skip to content
This repository was archived by the owner on Jan 12, 2022. It is now read-only.

Commit f658182

Browse files
committed
outdent else because golint said so.
1 parent d29c003 commit f658182

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

godotenv.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,8 @@ func Exec(filenames []string, cmd string, cmdArgs []string) error {
8686
func filenamesOrDefault(filenames []string) []string {
8787
if len(filenames) == 0 {
8888
return []string{".env"}
89-
} else {
90-
return filenames
9189
}
90+
return filenames
9291
}
9392

9493
func loadFile(filename string) error {

0 commit comments

Comments
 (0)