Created
April 18, 2019 10:39
-
-
Save bannzai/3efd04ec5c1612b6480124d0c95fb6bf to your computer and use it in GitHub Desktop.
Part of Ragnarok
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
let comma = SyntaxFactory.makeCommaToken( | |
trailingTrivia: [.newlines(lineBreakCount), .spaces(trailingIndent)] | |
) | |
newParamter = newParamter.withTrailingComma(comma) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment