mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 09:46:56 +08:00
*: remove redundant lines at the start/end of block (#3730)
This commit is contained in:
@ -4886,7 +4886,6 @@ func TestStepOutPreservesGoroutine(t *testing.T) {
|
||||
} else if len(candg) > 0 {
|
||||
goroutineId = candg[rand.Intn(len(candg))]
|
||||
t.Logf("selected goroutine %d\n", goroutineId)
|
||||
|
||||
}
|
||||
|
||||
if goroutineId != 0 {
|
||||
|
||||
Reference in New Issue
Block a user