Skip to content
Snippets Groups Projects
Verified Commit 7d449b90 authored by Marie's avatar Marie 🚅
Browse files

chore: add spacing between { and }

parent 696c7676
No related branches found
No related tags found
No related merge requests found
...@@ -63,7 +63,7 @@ if (isEnabledUrlPreview.value) { ...@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment