We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e66eb16 commit e7004dfCopy full SHA for e7004df
2 files changed
slice_test.go
@@ -73,7 +73,7 @@ func TestSortSliceBible(t *testing.T) {
73
for i, s := range data {
74
if s != sorted[i] {
75
t.Errorf("%v got: %v", i, s)
76
- t.Errorf("%v want: %v\n\n", i, sorted[i])
+ t.Errorf("%v want: %v", i, sorted[i])
77
}
78
79
sort_test.go
@@ -73,7 +73,7 @@ func TestSortBible(t *testing.T) {
0 commit comments