Skip to content
This repository was archived by the owner on Jan 30, 2025. It is now read-only.

Commit c449c05

Browse files
committed
Fix lint issue nlreturn
1 parent ca5a166 commit c449c05

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

common/connection.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -623,6 +623,7 @@ func (c *Connection) Execute(ctx context.Context, method string, params easyjson
623623
Method: cdproto.MethodType(method),
624624
Params: buf,
625625
}
626+
626627
return c.send(evCancelCtx, msg, ch, res)
627628
}
628629

0 commit comments

Comments
 (0)