chore(aa): minor cosmetic of the rule interface.
This commit is contained in:
parent
86b2f74a24
commit
191c72fcb6
20 changed files with 62 additions and 62 deletions
|
|
@ -19,8 +19,8 @@ func (p *Hat) Kind() Kind {
|
|||
return HAT
|
||||
}
|
||||
|
||||
func (p *Hat) Constraint() constraint {
|
||||
return blockKind
|
||||
func (p *Hat) Constraint() Constraint {
|
||||
return BlockRule
|
||||
}
|
||||
|
||||
func (p *Hat) String() string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue