Skip to content

Commit

Permalink
Lint cosmetics
Browse files Browse the repository at this point in the history
  • Loading branch information
fbx committed May 11, 2021
1 parent db6f8a1 commit 8ff335d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/eosclient/eosgrpc/eosgrpc.go
Original file line number Diff line number Diff line change
Expand Up @@ -1190,7 +1190,7 @@ func (c *Client) Read(ctx context.Context, uid, gid, path string) (io.ReadCloser
}

return bodystream, nil
//return os.Open(localTarget)
// return os.Open(localTarget)
}

// Write writes a file to the mgm
Expand Down Expand Up @@ -1226,8 +1226,8 @@ func (c *Client) Write(ctx context.Context, uid, gid, path string, stream io.Rea

return c.GetHTTPCl().PUTFile(ctx, "", uid, gid, path, stream)

//return c.GetHttpCl().PUTFile(ctx, remoteuser, uid, gid, urlpathng, stream)
//return c.WriteFile(ctx, uid, gid, path, fd.Name())
// return c.GetHttpCl().PUTFile(ctx, remoteuser, uid, gid, urlpathng, stream)
// return c.WriteFile(ctx, uid, gid, path, fd.Name())
}

// WriteFile writes an existing file to the mgm. Old xrdcp utility
Expand Down

0 comments on commit 8ff335d

Please sign in to comment.