From ef5500c57f4127cfcdef730d8d8db045f1327354 Mon Sep 17 00:00:00 2001 From: Carl Montanari Date: Mon, 2 Oct 2023 08:10:16 -0700 Subject: [PATCH] chore: appease lll --- driver/options/transport_test.go | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/driver/options/transport_test.go b/driver/options/transport_test.go index 8fcc7a1..5a4513f 100644 --- a/driver/options/transport_test.go +++ b/driver/options/transport_test.go @@ -229,7 +229,10 @@ func TestWithTermWidth(t *testing.T) { } } -func testTransportTimeoutSocket(testName string, testCase *optionsDurationTestCase) func(t *testing.T) { +func testTransportTimeoutSocket( + testName string, + testCase *optionsDurationTestCase, +) func(t *testing.T) { return func(t *testing.T) { t.Logf("%s: starting", testName)