```swift [ 1, true ? 1 : 2 // some comment ] ``` Gets formatted to ```swift [ 1, true ? 1 : 2 // some comment, ] ``` Adding the comma to the comment instead of after `2`. rdar://133862349