diff --git a/cart/application/cartService.go b/cart/application/cartService.go index 1cea1161c..2a510c382 100644 --- a/cart/application/cartService.go +++ b/cart/application/cartService.go @@ -472,7 +472,7 @@ func (cs *CartService) UpdateItemBundleConfig(ctx context.Context, session *web. return nil } -// nolint:wrapcheck // error wrapped in the code above, no need to wrap twice +//nolint:wrapcheck // error wrapped in the code above, no need to wrap twice func (cs *CartService) getBundleWithActiveChoices(_ context.Context, product productDomain.BasicProduct, bundleConfig productDomain.BundleConfiguration) (productDomain.BasicProduct, error) { var err error