cmd/tailscale: gofmt
From 6d10655dc3
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
bradfitz/log_rate_test
parent
ac75958d2e
commit
52e1031428
|
@ -423,8 +423,8 @@ func runUp(ctx context.Context, args []string) error {
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
opts := ipn.Options{
|
opts := ipn.Options{
|
||||||
StateKey: ipn.GlobalDaemonStateKey,
|
StateKey: ipn.GlobalDaemonStateKey,
|
||||||
AuthKey: upArgs.authKey,
|
AuthKey: upArgs.authKey,
|
||||||
UpdatePrefs: prefs,
|
UpdatePrefs: prefs,
|
||||||
}
|
}
|
||||||
// On Windows, we still run in mostly the "legacy" way that
|
// On Windows, we still run in mostly the "legacy" way that
|
||||||
|
|
Loading…
Reference in New Issue