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
|
|
@ -73,8 +73,8 @@ func (p *Profile) Kind() Kind {
|
|||
return PROFILE
|
||||
}
|
||||
|
||||
func (p *Profile) Constraint() constraint {
|
||||
return blockKind
|
||||
func (p *Profile) Constraint() Constraint {
|
||||
return BlockRule
|
||||
}
|
||||
|
||||
func (p *Profile) String() string {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue