chore(aa): cleanup.
This commit is contained in:
parent
90087be509
commit
e33c1243cc
2 changed files with 9 additions and 9 deletions
|
|
@ -5,7 +5,7 @@
|
|||
package aa
|
||||
|
||||
const (
|
||||
tokALL = "all"
|
||||
ALL Kind = "all"
|
||||
)
|
||||
|
||||
type All struct {
|
||||
|
|
@ -32,6 +32,6 @@ func (r *All) Constraint() constraint {
|
|||
return blockKind
|
||||
}
|
||||
|
||||
func (r *All) Kind() string {
|
||||
return tokALL
|
||||
func (r *All) Kind() Kind {
|
||||
return ALL
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue