diff options
| author | Brad Fitzpatrick <bradfitz@tailscale.com> | 2026-04-13 10:56:01 -0700 |
|---|---|---|
| committer | Brad Fitzpatrick <brad@danga.com> | 2026-04-13 11:09:13 -0700 |
| commit | aa9a76cf302172bedb951a17907e945cb51d5371 (patch) | |
| tree | 6ffbf2c20ceccc4192164c6ba11b17c2513674f4 | |
| parent | d5341fd60cb129082573a53c4278b01394eb3a81 (diff) | |
| download | tailscale-aa9a76cf302172bedb951a17907e945cb51d5371.tar.xz tailscale-aa9a76cf302172bedb951a17907e945cb51d5371.zip | |
ssh/tailssh: gofmt
I'm not sure how this file got into the repo without gofmt.
Maybe gofmt rules changed in some Go release?
Updates #cleanup
Change-Id: Ia8bd46e29f116f7fbfca11be80c8ef48699cd9f2
Signed-off-by: Brad Fitzpatrick <bradfitz@tailscale.com>
| -rw-r--r-- | ssh/tailssh/tailssh_integration_test.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ssh/tailssh/tailssh_integration_test.go b/ssh/tailssh/tailssh_integration_test.go index d49ca8eef..9e54e55a7 100644 --- a/ssh/tailssh/tailssh_integration_test.go +++ b/ssh/tailssh/tailssh_integration_test.go @@ -937,8 +937,8 @@ func (tb *testBackend) NetMap() *netmap.NetworkMap { AllowLocalPortForwarding: tb.allowLocalPortForwarding, AllowRemotePortForwarding: tb.allowRemotePortForwarding, }, - SSHUsers: map[string]string{"*": tb.localUser}, - AcceptEnv: []string{"GIT_*", "EXACT_MATCH", "TEST?NG"}, + SSHUsers: map[string]string{"*": tb.localUser}, + AcceptEnv: []string{"GIT_*", "EXACT_MATCH", "TEST?NG"}, }, }, }, |
