agency-lang 0.0.30 → 0.0.31

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.
@@ -286,7 +286,7 @@ export class AgencyGenerator extends BaseGenerator {
286
286
  this.decreaseIndent();
287
287
  lines.push(elseBodyLines.join("").trimEnd() + "\n");
288
288
  }
289
- lines.push(this.indentStr(`}\n\n`));
289
+ lines.push(this.indentStr(`}`));
290
290
  return lines.join("");
291
291
  }
292
292
  processReturnStatement(node) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "agency-lang",
3
- "version": "0.0.30",
3
+ "version": "0.0.31",
4
4
  "description": "The Agency language",
5
5
  "main": "lib/index.js",
6
6
  "scripts": {
@@ -56,4 +56,4 @@
56
56
  "typescript": "^5.9.3",
57
57
  "vitest": "^4.0.16"
58
58
  }
59
- }
59
+ }