Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx committed Jun 26, 2024
1 parent 06107ec commit 22d1208
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ class DebugRenderTreeTest extends RenderTest {
willDestroyElement() {}

getDebugName() {
return 'did-insert'
return 'did-insert';
}
}

Expand Down

0 comments on commit 22d1208

Please sign in to comment.