Skip to content

Commit 3953800

Browse files
author
GitHub Actions
committed
chore: Update dist
1 parent 415328f commit 3953800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123352,7 +123352,7 @@ function blockString({ comment, type, value }, ctx, onComment, onChompKeep) {
123352123352
const { blockQuote, commentString, lineWidth } = ctx.options;
123353123353
// 1. Block can't end in whitespace unless the last line is non-empty.
123354123354
// 2. Strings consisting of only whitespace are best rendered explicitly.
123355-
if (!blockQuote || /\n[\t ]+$/.test(value) || /^\s*$/.test(value)) {
123355+
if (!blockQuote || /\n[\t ]+$/.test(value)) {
123356123356
return quotedString(value, ctx);
123357123357
}
123358123358
const indent = ctx.indent ||

0 commit comments

Comments
 (0)