From 4b52eb8997e50e9a8802e51e317e38e2a291756c Mon Sep 17 00:00:00 2001 From: Carsten Dietrich Date: Mon, 16 Oct 2023 12:39:02 +0200 Subject: [PATCH] ci: linter --- cart/application/cartService.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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