forked from TrueCloudLab/frostfs-node
[#223] controlsvc: Drop unnecessary nolint
Signed-off-by: Dmitrii Stepanov <d.stepanov@yadro.com>
This commit is contained in:
parent
ae86cda58c
commit
ccf8463e69
1 changed files with 0 additions and 1 deletions
|
@ -41,7 +41,6 @@ func (s *Server) DropObjects(ctx context.Context, req *control.DropObjectsReques
|
||||||
prm.WithForceRemoval()
|
prm.WithForceRemoval()
|
||||||
prm.WithAddress(addrList[i])
|
prm.WithAddress(addrList[i])
|
||||||
|
|
||||||
//nolint: contextcheck
|
|
||||||
_, err := s.s.Delete(ctx, prm)
|
_, err := s.s.Delete(ctx, prm)
|
||||||
if err != nil && firstErr == nil {
|
if err != nil && firstErr == nil {
|
||||||
firstErr = err
|
firstErr = err
|
||||||
|
|
Loading…
Reference in a new issue