apple / swift-openapi-urlsession

URLSession transport for Swift OpenAPI Generator.
https://swiftpackageindex.com/apple/swift-openapi-urlsession/documentation
Apache License 2.0
159 stars 31 forks source link

Remove public modifiers from an internal extension #56

Closed czechboy0 closed 2 weeks ago

czechboy0 commented 2 weeks ago

Motivation

The public modifier of members in an extension of an internal type doesn't actually make them public, and can be confusing when reading the code.

Modifications

Remove the public modifiers.

Result

Less confusing code.

Test Plan

Tests still pass.