Is there any rule to enforce this? **Bad** ``` <button class="action primary" @click="notify('Emm', `That doesn't look like mine`)" >Seems legit</button> ``` **Good** ``` <button class="action primary" @click="notify('Emm', `That doesn't look like mine`)" > Seems legit </button> ```