Skip to content

Commit

Permalink
Satisfy formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
hgiesel committed Aug 30, 2021
1 parent 045231b commit 33cc0d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ts/change-notetype/SaveButton.svelte
Expand Up @@ -30,8 +30,8 @@ License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html
theme="primary"
on:click={() => save()}
tooltip={shortcutLabel}
on:mount={withButton(createShortcut)}
>{tr.actionsSave()}</LabelButton>
on:mount={withButton(createShortcut)}>{tr.actionsSave()}</LabelButton
>
</WithShortcut>
</ButtonGroupItem>
</ButtonGroup>

0 comments on commit 33cc0d1

Please sign in to comment.