1
0
mirror of https://github.com/containers/buildah.git synced 2025-07-31 15:24:26 +03:00

CI: enable the whitespace linter

Signed-off-by: Nalin Dahyabhai <nalin@redhat.com>
This commit is contained in:
Nalin Dahyabhai
2024-08-15 13:19:47 -04:00
parent 0ad0ffaad9
commit ca3b80eb0f
9 changed files with 1 additions and 9 deletions

View File

@ -505,7 +505,6 @@ func (b *Builder) Commit(ctx context.Context, dest types.ImageReference, options
return imgID, nil, "", err
}
logrus.Debugf("added imgID %s to manifestID %s", imgID, manifestID)
}
return imgID, ref, manifestDigest, nil
}