mirror of
https://github.com/apple/pkl.git
synced 2026-01-11 14:20:35 +01:00
[PR #1246] [MERGED] Fix let formatting #965
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/apple/pkl/pull/1246
Author: @stackoverflow
Created: 10/20/2025
Status: ✅ Merged
Merged: 10/21/2025
Merged by: @stackoverflow
Base:
main← Head:formatter-fixes📝 Commits (1)
6461b6cFix let formatting📊 Changes
6 files changed (+39 additions, -4 deletions)
View changed files
📝
pkl-formatter/src/main/kotlin/org/pkl/formatter/Builder.kt(+1 -1)📝
pkl-formatter/src/test/files/FormatterSnippetTests/input/expr-let.pkl(+6 -0)📝
pkl-formatter/src/test/files/FormatterSnippetTests/input/when.pkl(+9 -0)📝
pkl-formatter/src/test/files/FormatterSnippetTests/output/expr-let.pkl(+11 -2)📝
pkl-formatter/src/test/files/FormatterSnippetTests/output/when.pkl(+11 -0)📝
pkl-parser/src/main/java/org/pkl/parser/GenericParser.java(+1 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.