Skip to content

Commit ce5658a

Browse files
committed
prettier
1 parent bac6a3b commit ce5658a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/pluginutils/test/attachScopes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ test('supports static block', () => {
9090

9191
const classDeclaration = ast.body[0] as estree.ClassDeclaration;
9292
const classBody = classDeclaration.body;
93-
const staticBlock = classBody.body[0] as estree.StaticBlock & { scope: AttachedScope };;
93+
const staticBlock = classBody.body[0] as estree.StaticBlock & { scope: AttachedScope };
9494

9595
expect(staticBlock.scope.contains('a')).toBeTruthy();
9696
});

0 commit comments

Comments
 (0)