Skip to content

Commit 4a1f21f

Browse files
authored
Update stringifier.js
1 parent c372b36 commit 4a1f21f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/stringifier.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ const stringifyElement = (node, config, state) => {
206206
node.name +
207207
stringifyAttributes(node, config) +
208208
config.tagOpenEnd +
209+
createIndent(config, state) +
209210
config.tagCloseStart +
210211
node.name +
211212
config.tagCloseEnd

0 commit comments

Comments
 (0)