Skip to content

Commit 9d0682e

Browse files
committed
lint
Signed-off-by: Jose I. Paris <jiparis@chainloop.dev>
1 parent cd793da commit 9d0682e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

app/controlplane/plugins/sdk/v1/plugin/grpc_server.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,11 +127,11 @@ func (b *fanOutGRPCServer) Execute(ctx context.Context, req *api.ExecuteRequest)
127127
Materials: make([]*sdk.ExecuteMaterial, 0),
128128
},
129129
}
130-
130+
131131
for _, material := range req.Materials {
132132
opts.Input.Materials = append(opts.Input.Materials, api.MaterialProtoToSDK(material))
133133
}
134-
134+
135135
return &api.ExecuteResponse{}, b.impl.Execute(ctx, opts)
136136
}
137137

0 commit comments

Comments
 (0)