mirror of
https://github.com/moby/buildkit.git
synced 2026-08-08 00:30:45 +00:00
Revert formatting change to state.go
Signed-off-by: adamperlin <adamp@nanosoft.com>
This commit is contained in:
@@ -190,7 +190,6 @@ func marshal(ctx context.Context, v Vertex, def *Definition, s *sourceMapCollect
|
||||
if _, ok := vertexCache[v]; ok {
|
||||
return def, nil
|
||||
}
|
||||
|
||||
for _, inp := range v.Inputs() {
|
||||
var err error
|
||||
def, err = marshal(ctx, inp.Vertex(ctx, c), def, s, cache, vertexCache, c)
|
||||
|
||||
Reference in New Issue
Block a user