diff --git a/src/compiler/transformers/automatic-key-insertion/index.ts b/src/compiler/transformers/automatic-key-insertion/index.ts index 44d141f5c8f1..ec750e35377b 100644 --- a/src/compiler/transformers/automatic-key-insertion/index.ts +++ b/src/compiler/transformers/automatic-key-insertion/index.ts @@ -1,6 +1,6 @@ import ts from 'typescript'; -import { getComponentTagName,isStaticGetter } from '../transform-utils'; +import { getComponentTagName, isStaticGetter } from '../transform-utils'; import { deriveJSXKey } from './utils'; /**