cmd/tailscale: gofmt

From 6d10655dc3887f1a161015514a8555c175802b4d

Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
This commit is contained in:
Brad Fitzpatrick 2021-05-04 13:04:00 -07:00
parent ac75958d2e
commit 52e1031428

View File

@ -423,8 +423,8 @@ func runUp(ctx context.Context, args []string) error {
}
} else {
opts := ipn.Options{
StateKey: ipn.GlobalDaemonStateKey,
AuthKey: upArgs.authKey,
StateKey: ipn.GlobalDaemonStateKey,
AuthKey: upArgs.authKey,
UpdatePrefs: prefs,
}
// On Windows, we still run in mostly the "legacy" way that