Skip to content

Commit

Permalink
Revert formatting change to state.go
Browse files Browse the repository at this point in the history
Signed-off-by: adamperlin <adamp@nanosoft.com>
  • Loading branch information
adamperlin committed Feb 29, 2024
1 parent 3d396e4 commit 0e68ee0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/llb/state.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 0e68ee0

Please sign in to comment.