Revert formatting change to state.go

Signed-off-by: adamperlin <adamp@nanosoft.com>
This commit is contained in:
adamperlin
2024-02-29 19:35:09 +00:00
parent 3d396e4525
commit 0e68ee0818

View File

@@ -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)