runtime: gofmt

Add new line at the end of crash_test.go.

Change-Id: I73c77666066b105e563215f34e7ede6c1d92226b
Reviewed-on: https://go-review.googlesource.com/c/go/+/422299
Reviewed-by: Matthew Dempsky <mdempsky@google.com>
This commit is contained in:
Cherry Mui 2022-08-09 17:10:08 -04:00
parent cb13022a24
commit 3c2a3ce6d9

View file

@ -851,4 +851,4 @@ func TestPanicOnUnsafeSlice(t *testing.T) {
if !strings.Contains(output, want) {
t.Errorf("output does not contain %q:\n%s", want, output)
}
}
}