chore: add spacing between { and }
This commit is contained in:
@@ -63,7 +63,7 @@ if (isEnabledUrlPreview.value) {
|
|||||||
async function promptConfirm() {
|
async function promptConfirm() {
|
||||||
const { canceled } = await os.confirm({
|
const { canceled } = await os.confirm({
|
||||||
type: 'question',
|
type: 'question',
|
||||||
text: i18n.tsx.confirmRemoteUrl({x: props.url}),
|
text: i18n.tsx.confirmRemoteUrl({ x: props.url }),
|
||||||
plain: true,
|
plain: true,
|
||||||
});
|
});
|
||||||
if (canceled) return;
|
if (canceled) return;
|
||||||
|
|||||||
Reference in New Issue
Block a user