apple / swift-openapi-generator

Generate Swift client and server code from an OpenAPI document.
https://swiftpackageindex.com/apple/swift-openapi-generator/documentation
Apache License 2.0
1.21k stars 87 forks source link

Extremely small: adds in a missing newline. #536

Closed everyplace closed 2 months ago

everyplace commented 2 months ago

Most minimal of PRs, but the detail of the extra long line seems wrong… so here we are.

Motivation

I noticed a very long line on the Package definition.

Modifications

One additional new line.

Result

Easier to read file.

simonjbeaumont commented 2 months ago

Thank you for the attention to detail but unfortunately this is a bug in Swift-format. Our CI pipeline will fail this PR.

simonjbeaumont commented 2 months ago

@swift-server-bot test this please

simonjbeaumont commented 2 months ago

Thanks again, but for the time being we prefer everything to be formatted using Swift-format, even if it does have bugs, to save us having to review formatting.

everyplace commented 2 months ago

@simonjbeaumont Thank you so much for the response, and that makes a lot of sense.