Fix minor newline consistency issues in test files (#87)
diff --git a/bench_test.go b/bench_test.go index 0416a3c..dbee1c0 100644 --- a/bench_test.go +++ b/bench_test.go
@@ -15,6 +15,7 @@ } return noErrors(at+1, depth) } + func yesErrors(at, depth int) error { if at >= depth { return New("ye error")
diff --git a/errors_test.go b/errors_test.go index 1d8c635..c4e6eef 100644 --- a/errors_test.go +++ b/errors_test.go
@@ -196,7 +196,6 @@ t.Errorf("WithMessage(%v, %q): got: %q, want %q", tt.err, tt.message, got, tt.want) } } - } // errors.New, etc values are not expected to be compared by value