From 8086d7cb255262933256e664e3ff2ec0edd5b614 Mon Sep 17 00:00:00 2001 From: Brad Davidson Date: Mon, 15 Dec 2025 21:55:50 +0000 Subject: [PATCH] lint: file is not properly formatted Signed-off-by: Brad Davidson --- pkg/vpn/vpn.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/vpn/vpn.go b/pkg/vpn/vpn.go index 39d2611bf6b..e571d73b19e 100644 --- a/pkg/vpn/vpn.go +++ b/pkg/vpn/vpn.go @@ -21,7 +21,7 @@ const ( type TailscaleOutput struct { TailscaleIPs []string `json:"TailscaleIPs"` - BackendState string `json:"BackendState"` + BackendState string `json:"BackendState"` } type TailscalePrefsOutput struct {