We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d64c4eb commit 8654d1aCopy full SHA for 8654d1a
internal/semaphore.go
@@ -159,5 +159,4 @@ func (s *FastSemaphore) Release() {
159
// Used by tests to check semaphore state.
160
func (s *FastSemaphore) Len() int32 {
161
return s.count.Load()
162
-}
163
-
+}
0 commit comments