Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
pyamsoft committed Jan 12, 2025
1 parent e6bcc8d commit 7446831
Show file tree
Hide file tree
Showing 11 changed files with 658 additions and 652 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@
* limitations under the License.
*/

package com.pyamsoft.tetherfi.server.proxy;
package com.pyamsoft.tetherfi.server.proxy

import io.ktor.network.sockets.InetSocketAddress

@ConsistentCopyVisibility
data class ProxyConnectionInfo internal constructor(
data class ProxyConnectionInfo
internal constructor(
val address: InetSocketAddress,
val hostNameOrIp: String,
val port: Int,
Expand Down
Loading

0 comments on commit 7446831

Please sign in to comment.