From b44748eecbf56a363c7147913192c2148d68e8a8 Mon Sep 17 00:00:00 2001 From: Lucas Duailibe Date: Wed, 8 May 2019 13:09:57 -0300 Subject: [PATCH] Fix lint --- CHANGELOG.unreleased.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.unreleased.md b/CHANGELOG.unreleased.md index 8e576091cfc3..7860b30cf6e1 100644 --- a/CHANGELOG.unreleased.md +++ b/CHANGELOG.unreleased.md @@ -159,7 +159,7 @@ Examples: start with \* weren't flagged correctly and the subsequent parenthesis were stripped. Prettier master fixes this issue. - ```js // Input const style =/** @@ -169,7 +169,7 @@ Examples: */({ width, }); - + // Output (Prettier stable) const style =/** * @type {{ @@ -178,7 +178,7 @@ Examples: */ { width, }; - + // Output (Prettier master) const style =/** * @type {{