Skip to content

Commit

Permalink
style: remove empty line in timeout_test.go
Browse files Browse the repository at this point in the history
- Remove an empty line in `timeout_test.go`

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Nov 25, 2023
1 parent badac59 commit 8ad3412
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion timeout_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ func TestPanic(t *testing.T) {
assert.Equal(t, "", w.Body.String())
}


func TestDeadlineExceeded(t *testing.T) {
var wg sync.WaitGroup
wg.Add(1)
Expand Down

0 comments on commit 8ad3412

Please sign in to comment.