1
0
mirror of https://github.com/redis/go-redis.git synced 2025-12-02 06:22:31 +03:00

address comment

This commit is contained in:
Nedyalko Dyakov
2025-10-26 00:52:08 +03:00
parent d64c4eb556
commit 8654d1ad84

View File

@@ -159,5 +159,4 @@ func (s *FastSemaphore) Release() {
// Used by tests to check semaphore state.
func (s *FastSemaphore) Len() int32 {
return s.count.Load()
}
}