chore: add spacing between { and }

This commit is contained in:
Marie 2024-09-16 01:17:12 +02:00
parent 696c76768d
commit 7d449b9009
No known key found for this signature in database
GPG key ID: 7ADF6C9CD9A28555

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;