Skip to content

Commit

Permalink
chore: appease lll
Browse files Browse the repository at this point in the history
  • Loading branch information
carlmontanari committed Oct 2, 2023
1 parent 98f5b13 commit ef5500c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion driver/options/transport_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit ef5500c

Please sign in to comment.