Selaa lähdekoodia

go fmt

Docker-DCO-1.1-Signed-off-by: Vincent Batts <vbatts@redhat.com> (github: vbatts)
Vincent Batts 11 vuotta sitten
vanhempi
commit
4e0014f582
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      pkg/opts/envfile.go

+ 1 - 1
pkg/opts/envfile.go

@@ -15,7 +15,7 @@ func ParseEnvFile(filename string) ([]string, error) {
 	if err != nil {
 		return []string{}, err
 	}
-  defer fh.Close()
+	defer fh.Close()
 
 	var (
 		lines       []string = []string{}