Apply gofmt
This commit is contained in:
parent
157882047c
commit
2781cc2621
|
|
@ -118,7 +118,7 @@ func parseDockerfileMetadata(dockerfile io.Reader) (*dockerfileMetadata, error)
|
||||||
// ignore blank lines and comments
|
// ignore blank lines and comments
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
line = line[0:len(line)-1]+nextLine
|
line = line[0:len(line)-1] + nextLine
|
||||||
}
|
}
|
||||||
|
|
||||||
fields := strings.Fields(line)
|
fields := strings.Fields(line)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue