Prechádzať zdrojové kódy

go fmt

Docker-DCO-1.1-Signed-off-by: Vincent Batts <vbatts@redhat.com> (github: vbatts)
Vincent Batts 11 rokov pred
rodič
commit
4e0014f582
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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{}