Skip to content

Commit 70a28b3

Browse files
committed
chore: formatting
1 parent 3a5432a commit 70a28b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/compiler/parser/index.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ let platformIsPreTag
4040
let platformMustUseProp
4141
let platformGetTagNamespace
4242

43-
type Attr = { name: string; value: string }
43+
type Attr = { name: string; value: string };
44+
4445
export function createASTElement (
4546
tag: string,
4647
attrs: Array<Attr>,

0 commit comments

Comments
 (0)