From a1337fd11f7b147fab62966a2ac7a7d66938e122 Mon Sep 17 00:00:00 2001 From: daszgfz Date: Tue, 26 Nov 2019 15:57:15 -0500 Subject: [PATCH] fix lint --- src/compiler/compile/Component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compiler/compile/Component.ts b/src/compiler/compile/Component.ts index bde0d86487..63945cf9b0 100644 --- a/src/compiler/compile/Component.ts +++ b/src/compiler/compile/Component.ts @@ -723,7 +723,7 @@ export default class Component { if (arg.type == 'Identifier') { function_args.add(arg.name); } - }) + }); } if (node.type === 'ImportDeclaration') {