mirror of
https://github.com/apple/pkl.git
synced 2026-05-21 22:36:57 +02:00
d29ae07e14
This fixes several issues: 1. Leading/trailing line comments surrounding a lambda should make that lambda not "trailing", because the formatting otherwise looks bad and also isn't stable 2. Fix incorrect algorithm for detecting trailing lambda (currently, any number of lambdas makes the alg return `true`)