clarity-pattern-parser 9.2.2 → 9.2.3

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.
@@ -2058,7 +2058,8 @@
2058
2058
 
2059
2059
  const bodyLineContent = new Options("body-line-content", [
2060
2060
  comment,
2061
- statement
2061
+ statement,
2062
+ lineSpaces$1
2062
2063
  ]);
2063
2064
  const optionalLineSpaces$2 = new Optional("optional-line-spaces", lineSpaces$1);
2064
2065
  const bodyLine = new Sequence("body-line", [