chore: format

This commit is contained in:
cha0s 2019-05-27 16:54:35 -05:00
parent e90ce0ecca
commit 67be4a9a29

View File

@ -7,7 +7,7 @@ const decorate = compose(
emit: function (...args) {
this.entity.emit(...args);
},
})
}),
)
export class Staged extends decorate(Trait) {