From 3bc7f817dc5ff7a91768406f424aeaf1f1ea17fa Mon Sep 17 00:00:00 2001 From: Yang Su Date: Sun, 21 Apr 2019 20:58:35 -0700 Subject: [PATCH] fix formatting --- CHANGELOG.unreleased.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index f565de21f203..a572c33e3f9a 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -42,11 +42,10 @@ Examples: --> - - JavaScript: Improved multiline closure compiler typecast comment detection ([#6070] by [@yangsu]) Previously, multiline closure compiler typecast comments with lines that - start with * weren't flagged correctly and the subsequent parenthesis were + start with \* weren't flagged correctly and the subsequent parenthesis were stripped. Prettier master fixes this issue.