Skip to content

Commit a83b9cb

Browse files
committed
fix linter
1 parent 7a493ef commit a83b9cb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/xsync/soft_semaphore_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import (
99
"github.com/ydb-platform/ydb-go-sdk/v3/internal/xtest"
1010
)
1111

12+
//nolint:gocyclo
1213
func TestSoftWeightedSemaphore(t *testing.T) {
1314
t.Run("NormalAcquireWithinCapacity", func(t *testing.T) {
1415
sem := NewSoftWeightedSemaphore(5)

0 commit comments

Comments
 (0)