From fc647cd6802633271b947efcacfb1f29938b568d Mon Sep 17 00:00:00 2001 From: Zhiwei Liang Date: Tue, 4 Jun 2024 22:58:21 -0400 Subject: [PATCH] format code --- client_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client_test.go b/client_test.go index 3a4a38a1e..f0c5665fc 100644 --- a/client_test.go +++ b/client_test.go @@ -153,7 +153,7 @@ func TestDebugLogSanitization(t *testing.T) { Label string `json:"label"` } - var testResp = instanceResponse{ + testResp := instanceResponse{ ID: 100, Region: "test-central", Label: "this-is-a-test-linode",