aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/ui/confview.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2021-06-17 22:55:24 +0200
committerJason A. Donenfeld <Jason@zx2c4.com>2021-06-18 11:28:50 +0200
commit36cc38f69a9c292d83251e2af54394f1e7b19a39 (patch)
tree5cb19fb1d758195c29c2721b0d575cbae4f39f37 /ui/confview.go
parentbuild: bump to go 1.17beta1 (diff)
downloadwireguard-windows-36cc38f69a9c292d83251e2af54394f1e7b19a39.tar.xz
wireguard-windows-36cc38f69a9c292d83251e2af54394f1e7b19a39.zip
global: go fmt for 1.17 build tags
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to '')
-rw-r--r--ui/confview.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/confview.go b/ui/confview.go
index f3ddbc9d..cc3bcad9 100644
--- a/ui/confview.go
+++ b/ui/confview.go
@@ -620,7 +620,7 @@ func (cv *ConfView) onTunnelChanged(tunnel *manager.Tunnel, state manager.Tunnel
}
func (cv *ConfView) SetTunnel(tunnel *manager.Tunnel) {
- cv.tunnel = tunnel //XXX: This races with the read in the updateTicker, but it's pointer-sized!
+ cv.tunnel = tunnel // XXX: This races with the read in the updateTicker, but it's pointer-sized!
var config conf.Config
var state manager.TunnelState