Satisfy formatter

This commit is contained in:
Henrik Giesel 2021-07-30 21:25:31 +02:00
parent 8ee6ccf853
commit 647a2a3e59

View file

@ -30,8 +30,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
theme="primary" theme="primary"
on:click={() => save()} on:click={() => save()}
tooltip={shortcutLabel} tooltip={shortcutLabel}
on:mount={withButton(createShortcut)} on:mount={withButton(createShortcut)}>{tr.actionsSave()}</LabelButton
>{tr.actionsSave()}</LabelButton> >
</WithShortcut> </WithShortcut>
</ButtonGroupItem> </ButtonGroupItem>
</ButtonGroup> </ButtonGroup>