Pārlūkot izejas kodu

Fix minor newline consistency issues in test files (#87)

Nick Miyake 9 gadi atpakaļ
vecāks
revīzija
839d9e913e
2 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 0
      bench_test.go
  2. 0 1
      errors_test.go

+ 1 - 0
bench_test.go

@@ -15,6 +15,7 @@ func noErrors(at, depth int) error {
 	}
 	return noErrors(at+1, depth)
 }
+
 func yesErrors(at, depth int) error {
 	if at >= depth {
 		return New("ye error")

+ 0 - 1
errors_test.go

@@ -196,7 +196,6 @@ func TestWithMessage(t *testing.T) {
 			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