fix syntax error
This commit is contained in:
parent
397f7c9dee
commit
068252570e
@ -67,6 +67,7 @@ func (d *Declaration) Resource() Resource {
|
|||||||
func (d *Declaration) Apply() error {
|
func (d *Declaration) Apply() error {
|
||||||
stater := d.Attributes.StateMachine()
|
stater := d.Attributes.StateMachine()
|
||||||
stater.Trigger(d.Transition)
|
stater.Trigger(d.Transition)
|
||||||
|
return nil
|
||||||
}
|
}
|
||||||
|
|
||||||
func (d *Declaration) SetURI(uri string) error {
|
func (d *Declaration) SetURI(uri string) error {
|
||||||
|
Loading…
Reference in New Issue
Block a user