Skip to content

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bestmountain committed Apr 30, 2024
1 parent abce5e0 commit b594066
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions browser_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -497,6 +497,7 @@ func TestBrowserPool_TryGet_Negative(t *testing.T) {
t.Log(err)
return
} else {

Check failure on line 499 in browser_test.go

View workflow job for this annotation

GitHub Actions / test-linux

indent-error-flow: if block ends with a return statement, so drop this else and outdent its block (revive)
pool.Put(b)
t.FailNow()
}
}
Expand Down

0 comments on commit b594066

Please sign in to comment.