mirror of
https://github.com/go-delve/delve.git
synced 2025-11-01 12:01:35 +08:00
*: remove redundant lines at the start/end of block (#3730)
This commit is contained in:
@ -511,7 +511,6 @@ func Test1ClientServer_traceContinue(t *testing.T) {
|
||||
if state.Err != nil {
|
||||
t.Fatalf("Unexpected error during continue: %v\n", state.Err)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if count != 3 {
|
||||
@ -550,7 +549,6 @@ func Test1ClientServer_traceContinue2(t *testing.T) {
|
||||
if state.Err != nil {
|
||||
t.Fatalf("Unexpected error during continue: %v\n", state.Err)
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
if countMain != 1 {
|
||||
|
||||
Reference in New Issue
Block a user