@highstate/cilium 0.9.31 → 0.9.32

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "sourceHashes": {
3
- "./dist/index.js": 1059002598,
4
- "./dist/unit/index.js": 2064934222
3
+ "./dist/index.js": 2279825380,
4
+ "./dist/unit/index.js": 2793585867
5
5
  }
6
6
  }
package/dist/index.js CHANGED
@@ -1227,7 +1227,7 @@ ${indent}`) + "'";
1227
1227
  }
1228
1228
  function blockString({ comment, type, value }, ctx, onComment, onChompKeep) {
1229
1229
  const { blockQuote, commentString, lineWidth } = ctx.options;
1230
- if (!blockQuote || /\n[\t ]+$/.test(value) || /^\s*$/.test(value)) {
1230
+ if (!blockQuote || /\n[\t ]+$/.test(value)) {
1231
1231
  return quotedString(value, ctx);
1232
1232
  }
1233
1233
  const indent = ctx.indent || (ctx.forceBlockIndent || containsDocumentMarker(value) ? " " : "");