Skip to content

Commit

Permalink
Fix rare perfomance problem
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Jan 11, 2019
1 parent 0946d4d commit 21ce39c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/stringifier.es6
Expand Up @@ -9,7 +9,8 @@ const DEFAULT_RAW = {
after: '\n',
emptyBody: '',
commentLeft: ' ',
commentRight: ' '
commentRight: ' ',
semicolon: false
}

function capitalize (str) {
Expand Down

0 comments on commit 21ce39c

Please sign in to comment.