mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
pkg/adt: rbcolor string fix
This commit is contained in:
parent
5adad5e224
commit
98f62d27be
@ -42,7 +42,7 @@ func (c rbcolor) String() string {
|
||||
case black:
|
||||
return "black"
|
||||
case red:
|
||||
return "black"
|
||||
return "red"
|
||||
default:
|
||||
panic(fmt.Errorf("unknown color %d", c))
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user