mirror of
https://codeberg.org/yeentown/barkey
synced 2024-11-22 10:15:10 +00:00
chore: add spacing between { and }
This commit is contained in:
parent
696c76768d
commit
7d449b9009
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ if (isEnabledUrlPreview.value) {
|
|||
async function promptConfirm() {
|
||||
const { canceled } = await os.confirm({
|
||||
type: 'question',
|
||||
text: i18n.tsx.confirmRemoteUrl({x: props.url}),
|
||||
text: i18n.tsx.confirmRemoteUrl({ x: props.url }),
|
||||
plain: true,
|
||||
});
|
||||
if (canceled) return;
|
||||
|
|
Loading…
Reference in a new issue