Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Yang Su committed Apr 22, 2019
1 parent d038dc6 commit 3bc7f81
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions CHANGELOG.unreleased.md
Expand Up @@ -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.

<!-- prettier-ignore --\>
Expand All @@ -59,7 +58,7 @@ Examples:
*/({
width,
});
// Output (Prettier stable)
const style =/**
* @type {{
Expand All @@ -68,7 +67,7 @@ Examples:
*/ {
width,
};
// Output (Prettier master)
const style =/**
* @type {{
Expand Down

0 comments on commit 3bc7f81

Please sign in to comment.