fix(github): remove double blank line in client_test.go (gofmt)

This commit is contained in:
claw
2026-05-13 07:45:19 -07:00
parent 271ea7f5fe
commit bdc109901d
-1
View File
@@ -568,7 +568,6 @@ func TestSetHTTPClient_NilRestoresDefault(t *testing.T) {
}
}
func TestSetRetryBackoff_RejectsInvalidLength(t *testing.T) {
c := NewClient("token", "https://api.github.com")