go fmt
Docker-DCO-1.1-Signed-off-by: Vincent Batts <vbatts@redhat.com> (github: vbatts)
This commit is contained in:
parent
f5f422f7dc
commit
321381301e
1 changed files with 1 additions and 1 deletions
|
@ -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{}
|
||||
|
|
Loading…
Reference in a new issue