Skip to content

Commit a211f69

Browse files
committed
packet_conn_wrappers: Fix formatting
1 parent 589fb84 commit a211f69

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

listeners.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,8 +430,7 @@ func JoinNetworkAddress(network, host, port string) string {
430430
// address instead.
431431
//
432432
// NOTE: This API is EXPERIMENTAL and may be changed or removed.
433-
func (na NetworkAddress) ListenQUIC(ctx context.Context, portOffset uint, config net.ListenConfig, tlsConf *tls.Config,
434-
pcWrappers []PacketConnWrapper) (http3.QUICListener, error) {
433+
func (na NetworkAddress) ListenQUIC(ctx context.Context, portOffset uint, config net.ListenConfig, tlsConf *tls.Config, pcWrappers []PacketConnWrapper) (http3.QUICListener, error) {
435434
lnKey := listenerKey("quic"+na.Network, na.JoinHostPort(portOffset))
436435

437436
sharedEarlyListener, _, err := listenerPool.LoadOrNew(lnKey, func() (Destructor, error) {

0 commit comments

Comments
 (0)