Fix merge conflict

master
Christopher Chedeau 2017-04-10 11:26:43 -07:00
parent da7c97e0bb
commit f8bb95c5ae
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ function attach(comments, ast, text, options) {
) ||
handleImportSpecifierComments(enclosingNode, comment) ||
handleTemplateLiteralComments(enclosingNode, comment) ||
handleIfStatementComments(enclosingNode, followingNode, comment) ||
handleIfStatementComments(text, enclosingNode, followingNode, comment) ||
handleClassComments(enclosingNode, comment) ||
handleLabeledStatementComments(enclosingNode, comment) ||
handleCallExpressionComments(precedingNode, enclosingNode, comment) ||