forked from Ivasoft/traefik
Code cleaning.
This commit is contained in:
committed by
Traefiker
parent
c360395afc
commit
759c269dee
@@ -277,7 +277,7 @@ func (cs *Constraints) SetValue(val interface{}) {
|
||||
|
||||
// Type exports the Constraints type as a string
|
||||
func (cs *Constraints) Type() string {
|
||||
return fmt.Sprint("constraint")
|
||||
return "constraint"
|
||||
}
|
||||
|
||||
// Store holds KV store cluster config
|
||||
|
||||
Reference in New Issue
Block a user