Code cleaning.
This commit is contained in:
parent
c360395afc
commit
759c269dee
19 changed files with 64 additions and 56 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue