mirror of
https://github.com/moby/moby.git
synced 2025-07-29 07:21:35 +03:00
Various code-cleanup
remove unnescessary import aliases, brackets, and so on. Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
This commit is contained in:
@ -543,7 +543,7 @@ type buildLine struct {
|
||||
}
|
||||
|
||||
func getImageIDsFromBuild(c *check.C, output []byte) []string {
|
||||
ids := []string{}
|
||||
var ids []string
|
||||
for _, line := range bytes.Split(output, []byte("\n")) {
|
||||
if len(line) == 0 {
|
||||
continue
|
||||
|
Reference in New Issue
Block a user