chore: add spacing between { and }
This commit is contained in:
parent
696c76768d
commit
7d449b9009
@ -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 New Issue
Block a user