فهرست منبع

Fix whitespace in TUN handler

Remove trailing whitespace from blank line

Co-authored-by: RPRX <[email protected]>
copilot-swe-agent[bot] 5 ماه پیش
والد
کامیت
dd6c927295
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      proxy/tun/handler.go

+ 1 - 1
proxy/tun/handler.go

@@ -121,7 +121,7 @@ func (t *Handler) HandleConnection(conn net.Conn, destination net.Destination) {
 			Writer: buf.NewWriter(conn),
 			Writer: buf.NewWriter(conn),
 		}
 		}
 	}
 	}
-	
+
 	if err := t.dispatcher.DispatchLink(ctx, destination, link); err != nil {
 	if err := t.dispatcher.DispatchLink(ctx, destination, link); err != nil {
 		errors.LogError(ctx, errors.New("connection closed").Base(err))
 		errors.LogError(ctx, errors.New("connection closed").Base(err))
 		return
 		return