From 95fee04beaab3fd807cf583b7e92957d26c161c4 Mon Sep 17 00:00:00 2001 From: "Jade (Rose) Rowland" Date: Thu, 26 Jun 2025 20:02:18 -0400 Subject: [PATCH] format --- website/src/repl/create_strudel_json.mjs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/src/repl/create_strudel_json.mjs b/website/src/repl/create_strudel_json.mjs index d1a1c54e3..d07c67928 100644 --- a/website/src/repl/create_strudel_json.mjs +++ b/website/src/repl/create_strudel_json.mjs @@ -42,11 +42,11 @@ rl.question(`enter sample folder path: `, async path => { const repo = githubparams[2]; hosturl = `https://raw.githubusercontent.com/${username}/${repo}/main/` - console.log('reformatting github URL to: ', hosturl ) + console.log('reformatting github URL to: ', hosturl) } await writeStrudelJson(path, hosturl) rl.close(); }) - + }); \ No newline at end of file