Skip to content

Commit 427b392

Browse files
NullVoxPopuliclaude
andcommitted
style: fix prettier formatting in debug-render-tree-test
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 9498833 commit 427b392

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

packages/@glimmer-workspace/integration-tests/test/debug-render-tree-test.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,10 @@ class DebugRenderTreeTest extends RenderTest {
112112

113113
@test 'strict-mode components without debug symbols preserve names from scope'() {
114114
const HelloWorld = defComponent('{{@arg}}');
115-
const Root = defComponent(
116-
`<HelloWorld @arg="first"/>`,
117-
{ scope: { HelloWorld }, emit: { moduleName: 'root.hbs', debugSymbols: false } }
118-
);
115+
const Root = defComponent(`<HelloWorld @arg="first"/>`, {
116+
scope: { HelloWorld },
117+
emit: { moduleName: 'root.hbs', debugSymbols: false },
118+
});
119119

120120
this.renderComponent(Root);
121121

0 commit comments

Comments
 (0)