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

@@ -160,4 +160,3 @@ func (s *FastSemaphore) Release() {
func (s *FastSemaphore) Len() int32 {
return s.count.Load()
}