Skip to content

Commit 8654d1a

Browse files
committed
address comment
1 parent d64c4eb commit 8654d1a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

internal/semaphore.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,5 +159,4 @@ func (s *FastSemaphore) Release() {
159159
// Used by tests to check semaphore state.
160160
func (s *FastSemaphore) Len() int32 {
161161
return s.count.Load()
162-
}
163-
162+
}

0 commit comments

Comments
 (0)