Browse Source

cmd/tailscale: gofmt

From 6d10655dc3887f1a161015514a8555c175802b4d

Signed-off-by: Brad Fitzpatrick <[email protected]>
Brad Fitzpatrick 4 years ago
parent
commit
52e1031428
1 changed files with 2 additions and 2 deletions
  1. 2 2
      cmd/tailscale/cli/up.go

+ 2 - 2
cmd/tailscale/cli/up.go

@@ -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