good morning!!!!

Skip to content
Snippets Groups Projects
Verified Commit bfc025a5 authored by a's avatar a
Browse files

err

parent a57df833
No related branches found
No related tags found
Loading
Pipeline #31381 passed with stage
in 6 minutes and 21 seconds
...@@ -336,9 +336,6 @@ func (c *callResponder) send(ctx context.Context, env *callEnv) (err error) { ...@@ -336,9 +336,6 @@ func (c *callResponder) send(ctx context.Context, env *callEnv) (err error) {
} }
}) })
// a json encoding error here is possibly fatal.... // a json encoding error here is possibly fatal....
if err != nil {
return err
}
err = enc.Close() err = enc.Close()
if err != nil { if err != nil {
return err return err
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment