fix syntax error
Some checks failed
Lint / golangci-lint (push) Failing after 9m57s
Declarative Tests / test (push) Successful in 1m22s

This commit is contained in:
Matthew Rich 2024-05-05 19:17:13 -07:00
parent 397f7c9dee
commit 068252570e

View File

@ -67,6 +67,7 @@ func (d *Declaration) Resource() Resource {
func (d *Declaration) Apply() error {
stater := d.Attributes.StateMachine()
stater.Trigger(d.Transition)
return nil
}
func (d *Declaration) SetURI(uri string) error {