From 212273ee689aa5c9c5ddbda679c9b9c37138b863 Mon Sep 17 00:00:00 2001 From: John Chesley Date: Thu, 7 Mar 2019 22:49:47 -0500 Subject: [PATCH] tabs --- src/compile/Component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compile/Component.ts b/src/compile/Component.ts index 3b3a425635..5ef2ac6835 100644 --- a/src/compile/Component.ts +++ b/src/compile/Component.ts @@ -839,7 +839,7 @@ export default class Component { } if (variable.name !== variable.export_name) { - code.prependRight(declarator.id.start, `${variable.export_name}:`) + code.prependRight(declarator.id.start, `${variable.export_name}:`) } if (next) {