mirror of
https://github.com/go-delve/delve.git
synced 2025-10-29 01:27:16 +08:00
*: remove redundant lines at the start/end of block (#3730)
This commit is contained in:
@ -370,7 +370,6 @@ func TestLocationCovers(t *testing.T) {
|
||||
if fmt.Sprintf("%x", ranges) != "[[40100 40700] [40700 41000]]" {
|
||||
t.Error("wrong value returned by LocationCover")
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
func TestIssue1636_InlineWithoutOrigin(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user