From c8b0281736eef3ad5de66b388af7e82cc2aa316f Mon Sep 17 00:00:00 2001 From: Jay Wren Date: Thu, 23 Oct 2025 14:50:50 -0400 Subject: [PATCH] gofmt --- overlay/tun_wg.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/overlay/tun_wg.go b/overlay/tun_wg.go index 459feb9..d5eb182 100644 --- a/overlay/tun_wg.go +++ b/overlay/tun_wg.go @@ -24,9 +24,9 @@ type wgTun struct { MaxMTU int DefaultMTU int - Routes atomic.Pointer[[]Route] - routeTree atomic.Pointer[bart.Table[routing.Gateways]] - routeChan chan struct{} + Routes atomic.Pointer[[]Route] + routeTree atomic.Pointer[bart.Table[routing.Gateways]] + routeChan chan struct{} // Platform-specific route management routeManager *tun