Skip to content

Commit ef296e2

Browse files
committed
Remove public from specifiedPort
1 parent 58087bb commit ef296e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Sources/AsyncHTTPClient/HTTPHandler.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ extension HTTPClient {
254254
}
255255

256256
/// Specified port.
257-
public var specifiedPort: Int? {
257+
var specifiedPort: Int? {
258258
return self.url.port
259259
}
260260

0 commit comments

Comments
 (0)