Skip to content
Snippets Groups Projects
Commit ad09cb0e authored by ko_oler's avatar ko_oler
Browse files

fix typo

parent aa6c49aa
No related branches found
No related tags found
No related merge requests found
...@@ -26,7 +26,7 @@ func NewClient(conn *grpc.ClientConn) *Client { ...@@ -26,7 +26,7 @@ func NewClient(conn *grpc.ClientConn) *Client {
func (c *Client) Log(ctx context.Context, entries <-chan *Entry) error { func (c *Client) Log(ctx context.Context, entries <-chan *Entry) error {
stream, err := c.client.Log(ctx) stream, err := c.client.Log(ctx)
if err != nil { if err != nil {
return err
} }
for e := range entries { for e := range entries {
......
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