Skip to content

Commit 29500fc

Browse files
committed
oops
1 parent 4533ecb commit 29500fc

File tree

1 file changed

+1
-1
lines changed
  • packages/svelte/tests/snapshot/samples/nullish-coallescence-omittance/_expected/client

1 file changed

+1
-1
lines changed

packages/svelte/tests/snapshot/samples/nullish-coallescence-omittance/_expected/client/index.svelte.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export default function Nullish_coallescence_omittance($$anchor) {
2626

2727
var h1_1 = $.sibling(button, 2);
2828

29-
h1_1.textContent = 'Hello, world!';
29+
h1_1.textContent = 'Hello, world';
3030
$.template_effect(() => $.set_text(text, `Count is ${$.get(count) ?? ''}`));
3131
$.append($$anchor, fragment);
3232
}

0 commit comments

Comments
 (0)