mirror of
https://github.com/go-delve/delve.git
synced 2025-10-27 20:23:41 +08:00
Cleanup whitespace
This commit is contained in:
@ -516,9 +516,7 @@ func TestStacktraceGoroutine(t *testing.T) {
|
|||||||
}
|
}
|
||||||
t.Logf("\t%s:%d %s\n", locations[i].File, locations[i].Line, name)
|
t.Logf("\t%s:%d %s\n", locations[i].File, locations[i].Line, name)
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if mainCount != 1 {
|
if mainCount != 1 {
|
||||||
|
|||||||
Reference in New Issue
Block a user