1
0

chore: add spacing between { and }

This commit is contained in:
Marie
2024-09-16 01:17:12 +02:00
parent 696c76768d
commit 7d449b9009
+1 -1
View File
@@ -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;